summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@qt.io>2022-01-19 11:17:19 +0100
committerDominik Holland <dominik.holland@qt.io>2022-02-02 13:02:17 +0000
commite68f0f05daca454a2c793c5862b78f78d100a805 (patch)
tree1bbd38e3af6c20f0ae43a5246ec2389cc5502f42 /sync.profile
parent1eded03865193d95fab7fd9279e34fb0dbe0cb45 (diff)
downloadqtwayland-e68f0f05daca454a2c793c5862b78f78d100a805.tar.gz
Add client support for the text-input-unstable-v1 protocol
This is used by weston for forwarding virtualkeyboard related event from keyboard applications to a Qt client. Right now Qt only supports text-input-unstable-v2, v4 and the special qt-input-method protocol, while weston only supports text-input-unstable-v1. Without this, a virtual-keyboard application can't be used with a Qt client within weston. Change-Id: I9a34a87100854bb0b0f76762ced56419e70c297e Reviewed-by: Inho Lee <inho.lee@qt.io> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 0ce33622..c78827c2 100644
--- a/sync.profile
+++ b/sync.profile
@@ -30,6 +30,7 @@
"^qwayland-server-buffer-extension.h",
"^qwayland-surface-extension.h",
"^qwayland-tablet-unstable-v2.h",
+ "^qwayland-text-input-unstable-v1.h",
"^qwayland-text-input-unstable-v2.h",
"^qwayland-text-input-unstable-v4-wip.h",
"^qwayland-qt-text-input-method-unstable-v1.h",
@@ -44,6 +45,7 @@
"^wayland-server-buffer-extension-client-protocol.h",
"^wayland-surface-extension-client-protocol.h",
"^wayland-tablet-unstable-v2-client-protocol.h",
+ "^wayland-text-input-unstable-v1-client-protocol.h",
"^wayland-text-input-unstable-v2-client-protocol.h",
"^wayland-text-input-unstable-v4-wip-client-protocol.h",
"^wayland-qt-text-input-method-unstable-v1-client-protocol.h",