summaryrefslogtreecommitdiffstats
path: root/src/client/client.pro
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 /src/client/client.pro
parent48831347bcdc5e30138db6a6f4d705813afd0cea (diff)
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 'src/client/client.pro')
-rw-r--r--src/client/client.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/client.pro b/src/client/client.pro
index 593e8daf6..45bbb976b 100644
--- a/src/client/client.pro
+++ b/src/client/client.pro
@@ -28,6 +28,7 @@ WAYLANDCLIENTSOURCES += \
../extensions/qt-key-unstable-v1.xml \
../extensions/qt-windowmanager.xml \
../3rdparty/protocol/text-input-unstable-v2.xml \
+ ../3rdparty/protocol/xdg-output-unstable-v1.xml \
WAYLANDCLIENTSOURCES_SYSTEM += \
../3rdparty/protocol/wayland.xml \