From e68f0f05daca454a2c793c5862b78f78d100a805 Mon Sep 17 00:00:00 2001 From: Dominik Holland Date: Wed, 19 Jan 2022 11:17:19 +0100 Subject: 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 Reviewed-by: Eskil Abrahamsen Blomfeldt --- sync.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sync.profile') 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", -- cgit v1.2.1