Diffusion KWin 4c18d156e2fb

[xwl] Support stack optimizing X drag source clients

Authored by romangg on Aug 24 2018, 9:10 PM.

Description

[xwl] Support stack optimizing X drag source clients

Summary:
Some X clients acting as drag sources might try to optimize finding the current
target window by checking if a window manager, that sets the root window
_NET_CLIENT_LIST_STACKING property, is present. An example for this is Chromium
and since KWin sets the property the drag proxy windows must be added to this
list. Otherwise the origin client will not detect the proxy window and not send
an XdndEnter message.

Test Plan: Manually with Chromium.

Reviewers: KWin

Subscribers: zzag, kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D15628

Details