summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2024-01-10 09:38:32 +0000
committerDavid Edmundson <davidedmundson@kde.org>2024-01-10 17:58:14 +0000
commitf1f4e26e3b4b022021620ae268fa87788cbfd524 (patch)
tree402d638d4ba42a69f376bc16a45bc4adcfcff98c /src
parent8811a78a7b625c7b07b680b2d99890578b3d62ee (diff)
compositor: Provide backwards compatiable support for TextInputV4 enum
Support for TextInputV4 was available as an experimental feature that is now dropped due to the upstream V3 catching up. This keeps the exposed but undocumented enum still working with text input features. Pick-to: 6.7 Change-Id: Ie150c242bbe78a33733fb0187bcbe61050c04346 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/compositor/compositor_api/qwaylandclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/compositor/compositor_api/qwaylandclient.h b/src/compositor/compositor_api/qwaylandclient.h
index 22898eb3d..fd6172a4f 100644
--- a/src/compositor/compositor_api/qwaylandclient.h
+++ b/src/compositor/compositor_api/qwaylandclient.h
@@ -41,6 +41,8 @@ public:
TextInputV2 = 2,
TextInputV3 = 4,
+ TextInputV4 = TextInputV3, // TextInputV4 was an experimental API that is now deprecated
+
QtTextInputMethod = QtTextInputMethodV1,
TextInput = TextInputV2
};