Jonas Ådahl 356cad094b stack-tracker: Don't sort O-R's under guard window on top
As of "stack-tracker: Keep override redirect windows on top"
(e3d5bc077d0ee5dc0368f99d22ce352c696644b9), we always sorted all
override redirect on top of regular windows, as so is expected by
regular override redirect windows. This had an unwanted consequence,
however, which is that we should still not sort such override redirect
windows on top if they are behind the guard window, as that'd result in
windows hidden behind it now getting restacked anyway.

Fix this by only sorting the override redirect windows that are found
above the guard window on top. This fixes the override-redirect stacking
test.
2018-07-17 16:30:18 +02:00
2018-07-09 18:37:32 +02:00
2018-07-09 18:37:32 +02:00
Description
91 MiB
Languages
C 98.9%
Meson 0.7%
Python 0.3%