diff options
author | Povilas Kanapickas <povilas@radix.lt> | 2021-01-18 15:58:49 +0200 |
---|---|---|
committer | Povilas Kanapickas <povilas@radix.lt> | 2021-05-28 22:53:27 +0300 |
commit | d830d425e42d13b274d396816e07c2b450a7977e (patch) | |
tree | a3bbc23d27383c92b4b792b95c0bd65008108944 /sync.profile | |
parent | 5725772642ba2b8b2bab6ac71c65bcef78c523e9 (diff) | |
download | qtwayland-d830d425e42d13b274d396816e07c2b450a7977e.tar.gz |
Add protocol for pointer-gestures-unstable-v1
Task-number: QTBUG-92098
Change-Id: I3a46fcbe463f19521e6a3b0fc2d6c30e3ac93112
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Diffstat (limited to 'sync.profile')
-rw-r--r-- | sync.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile index 406a2952..1a88e443 100644 --- a/sync.profile +++ b/sync.profile @@ -23,6 +23,7 @@ %inject_headers = ( "$basedir/src/client" => [ "^qwayland-hardware-integration.h", + "^qwayland-pointer-gestures-unstable-v1.h", "^qwayland-qt-windowmanager.h", "^qwayland-qt-key-unstable-v1.h" , "^qwayland-server-buffer-extension.h", @@ -35,6 +36,7 @@ "^qwayland-wp-primary-selection-unstable-v1.h", "^qwayland-xdg-output-unstable-v1.h", "^wayland-hardware-integration-client-protocol.h", + "^wayland-pointer-gestures-unstable-v1-client-protocol.h", "^wayland-qt-windowmanager-client-protocol.h", "^wayland-qt-key-unstable-v1-client-protocol.h", "^wayland-server-buffer-extension-client-protocol.h", |