From f4527f1581486b99d2699b2675ad5d258bc8a7fc Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Tue, 26 Jun 2018 18:45:30 +0100 Subject: 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 Reviewed-by: Johan Helsing --- sync.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sync.profile') diff --git a/sync.profile b/sync.profile index 83239c23d..7d09d0629 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", -- cgit v1.2.3