summaryrefslogtreecommitdiff
path: root/protocol
diff options
context:
space:
mode:
authorJan Arne Petersen <jpetersen@openismus.com>2013-04-18 16:47:25 +0200
committerKristian Høgsberg <krh@bitplanet.net>2013-05-02 16:23:46 -0400
commit85ecaa5d75d3a47b43470376ee3421a7ec801533 (patch)
tree33da319e1bcc3c98ac2b7f684656ea4f8f0a6c93 /protocol
parent78d00e45cc8d547dcd8023a554e9837065e9a82f (diff)
downloadweston-85ecaa5d75d3a47b43470376ee3421a7ec801533.tar.gz
text: Add "none" preedit-style
Use "default" preedit style as default. "None" is used when the composing text should look like non-composing text. Signed-off-by: Jan Arne Petersen <jpetersen@openismus.com>
Diffstat (limited to 'protocol')
-rw-r--r--protocol/text.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocol/text.xml b/protocol/text.xml
index 85d67ff7..02c50410 100644
--- a/protocol/text.xml
+++ b/protocol/text.xml
@@ -209,7 +209,8 @@
<arg name="commit" type="string"/>
</event>
<enum name="preedit_style">
- <entry name="default" value="1"/>
+ <entry name="default" value="0" summary="default style for composing text"/>
+ <entry name="none" value="1" summary="style should be the same as in non-composing text"/>
<entry name="active" value="2"/>
<entry name="inactive" value="3"/>
<entry name="highlight" value="4"/>