mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 15:10:07 +01:00
Merge branch 'content-hint-no-emoji' into 'main'
text-input: Add no Emoji input Closes #79 See merge request wayland/wayland-protocols!136
This commit is contained in:
commit
1abcab2dfe
1 changed files with 1 additions and 0 deletions
|
|
@ -210,6 +210,7 @@
|
||||||
<entry name="sensitive_data" value="0x80" summary="typed text should not be stored"/>
|
<entry name="sensitive_data" value="0x80" summary="typed text should not be stored"/>
|
||||||
<entry name="latin" value="0x100" summary="just Latin characters should be entered"/>
|
<entry name="latin" value="0x100" summary="just Latin characters should be entered"/>
|
||||||
<entry name="multiline" value="0x200" summary="the text input is multiline"/>
|
<entry name="multiline" value="0x200" summary="the text input is multiline"/>
|
||||||
|
<entry name="no_emoji" value="0x400" summary="prefer not offering emoji support"/>
|
||||||
</enum>
|
</enum>
|
||||||
|
|
||||||
<enum name="content_purpose">
|
<enum name="content_purpose">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue