From 460f65c0d247d097e7a734266e80822f52a1f9c0 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Tue, 16 Mar 2021 15:01:34 +0100 Subject: [PATCH] Revert "text-input: Add preedit_commit_mode event for mouse click event" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 353ed023c410973662458f37ba2e4fad89834c63. This made a protocol addition without bumping the version. Signed-off-by: Simon Ser Reviewed-by: Jonas Ã…dahl Reviewed-by: Roman Gilg Reviewed-by: Dorota Czaplejewicz --- .../text-input/text-input-unstable-v3.xml | 26 ------------------- 1 file changed, 26 deletions(-) diff --git a/unstable/text-input/text-input-unstable-v3.xml b/unstable/text-input/text-input-unstable-v3.xml index f7fd12d..8b710fd 100644 --- a/unstable/text-input/text-input-unstable-v3.xml +++ b/unstable/text-input/text-input-unstable-v3.xml @@ -417,32 +417,6 @@ - - - - Pre-edit commit mode when the focus widget or the cursor position - is changed. - - - - - - - - Specify how the visible preedit should be handled - when switching the focus widget or changing the cursor position, - whether to commit the preedit text or clear the preedit text. - - This is usually used together with the preedit_string event. - - The commit behavior is the same for focus switch and - cursor position change. - - The parameter mode selects the desired behavior and - its value is one from the commit mode enum. - - -