From 4d0ae358dd646c369829bb38c099eb47bd04db4a Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Thu, 2 Aug 2018 15:41:52 +0200 Subject: 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 --- sync.profile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sync.profile') 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", -- cgit v1.2.3