wlroots/include/xwayland
Tudor Brindus ae2f3ecb68 xwm: implement _NET_CLIENT_LIST_STACKING
This property is present on all modern X11 instances. The nonpresence of
it requires applications to fall back to XQueryTree-based logic to
determine stacking logic (e.g., to determine what surface should get
Xdnd events).

These code paths are effectively untested nowadays, so this makes it
more likely for wlroots to "break" applications. For instance, the
XQueryTree fallback path has been broken in Chromium for the last 10
years.

It's easy enough to maintain this property, so let's just do it.

Fixes #2889.
2021-05-31 10:41:29 +02:00
..
meson.build build: use get_variable instead of get_pkgconfig_variable 2021-04-06 20:35:00 +02:00
selection.h xwayland/selection: use one X11 window per incoming transfer 2021-02-04 13:33:59 +01:00
xwm.h xwm: implement _NET_CLIENT_LIST_STACKING 2021-05-31 10:41:29 +02:00