From b9b303f1bff62f0b345a4815efb284c8349f81e5 Mon Sep 17 00:00:00 2001 From: Tadeo Kondrak Date: Mon, 25 Jan 2021 18:36:38 -0700 Subject: [PATCH] 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 --- unstable/text-input/text-input-unstable-v3.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/unstable/text-input/text-input-unstable-v3.xml b/unstable/text-input/text-input-unstable-v3.xml index d5f6322..86a09a0 100644 --- a/unstable/text-input/text-input-unstable-v3.xml +++ b/unstable/text-input/text-input-unstable-v3.xml @@ -47,7 +47,7 @@ interface version number is reset. - + The zwp_text_input_v3 interface represents text input and input methods associated with a seat. It provides enter/leave events to follow the @@ -211,6 +211,7 @@ + @@ -430,7 +431,7 @@ - + A factory for text-input objects. This object is a global singleton. -- GitLab