summaryrefslogtreecommitdiff
path: root/sync.profile
diff options
context:
space:
mode:
authorDavid Edmundson <davidedmundson@kde.org>2018-06-26 18:45:30 +0100
committerJohan Helsing <johan.helsing@qt.io>2018-08-03 11:28:51 +0000
commitf4527f1581486b99d2699b2675ad5d258bc8a7fc (patch)
tree80991cc655d51764c6459490ca2ed5f2d05b41da /sync.profile
parent48831347bcdc5e30138db6a6f4d705813afd0cea (diff)
downloadqtwayland-f4527f1581486b99d2699b2675ad5d258bc8a7fc.tar.gz
Add XdgOutput client support
XdgOutput is an extension of wl_output with the benefit of having the logical size of a screen as an explicit parameter, instead of clients inferring it from modeSize / scale. This is useful as it allows compositors to implement fractional scaling whilst clients can still fill the screen. In the future XdgOutputV2 will support a more useful name and ID that we can use. [ChangeLog][QPA plugin] Added support for xdg-output-unstable-v1 Change-Id: I2e1e64ad6cb497a1cbb7b7b170f28ac92231c2c4 Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.io> Reviewed-by: Johan Helsing <johan.helsing@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 83239c23..7d09d062 100644
--- a/sync.profile
+++ b/sync.profile
@@ -27,6 +27,7 @@
"^qwayland-text-input-unstable-v2.h",
"^qwayland-touch-extension.h",
"^qwayland-wayland.h",
+ "^qwayland-xdg-output-unstable-v1.h",
"^wayland-hardware-integration-client-protocol.h",
"^wayland-qt-windowmanager-client-protocol.h",
"^wayland-qt-key-unstable-v1-client-protocol.h",
@@ -35,6 +36,7 @@
"^wayland-text-input-unstable-v2-client-protocol.h",
"^wayland-touch-extension-client-protocol.h",
"^wayland-wayland-client-protocol.h",
+ "^wayland-xdg-output-unstable-v1-client-protocol.h",
],
"$basedir/src/plugins/shellintegration/xdg-shell" => [
"^qwayland-xdg-shell.h",