summaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorJohan Klokkhammer Helsing <johan.helsing@qt.io>2018-08-02 15:41:52 +0200
committerJohan Helsing <johan.helsing@qt.io>2018-08-14 08:16:22 +0000
commit4d0ae358dd646c369829bb38c099eb47bd04db4a (patch)
tree0b6e9c283301c5f1444b2b4ce48d1eaa26623965 /sync.profile
parent0d568553ee849f9273bbd3675f4ceae200b3acd9 (diff)
Client: Implement xdg-decoration-unstable-v1 for SSD support
[ChangeLog][QPA plugin] Added client-side support for the xdg-decoration-unstable-v1 Wayland extension. Qt clients will now let the compositor draw the window decorations if configured through this extension. Note: The env var QT_WAYLAND_DISABLE_WINDOWDECORATION is still supported, but works on a higher level, and for all shell integrations, while xdg-decoration only works with xdg-shell stable. Task-number: QTBUG-69746 Change-Id: I9dd0331bbd8d624c6be54ed23ee3b96446d5820d Reviewed-by: Pier Luigi Fiorini <pierluigi.fiorini@liri.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 7d09d0629..aa7f10346 100644
--- a/sync.profile
+++ b/sync.profile
@@ -40,7 +40,9 @@
],
"$basedir/src/plugins/shellintegration/xdg-shell" => [
"^qwayland-xdg-shell.h",
+ "^qwayland-xdg-decoration-unstable-v1.h",
"^wayland-xdg-shell-client-protocol.h",
+ "^wayland-xdg-decoration-unstable-v1-client-protocol.h",
],
"$basedir/src/plugins/shellintegration/xdg-shell-v5" => [
"^qwayland-xdg-shell-unstable-v5.h",