mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 04:40:06 +01:00
text-input: Add preedit_shown flag
Some clients don't show preedit text inline, so the compositor may want to display the preedit text in a popup window instead. Signed-off-by: Tadeo Kondrak <me@tadeo.ca>
This commit is contained in:
parent
67be8069dc
commit
163b040461
1 changed files with 3 additions and 0 deletions
|
|
@ -216,6 +216,9 @@
|
|||
<entry
|
||||
name="no_emoji" value="0x800" since="2"
|
||||
summary="prefer not offering emoji support"/>
|
||||
<entry
|
||||
name="preedit_shown" value="0x1000" since="2"
|
||||
summary="the text input will display preedit text in place"/>
|
||||
</enum>
|
||||
|
||||
<enum name="content_purpose">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue