]> git.sur5r.net Git - i3/i3/commit
Bugfix: Handle nested transient popups properly
authorMats <d912e3@gmail.com>
Wed, 20 Feb 2013 15:56:03 +0000 (16:56 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 24 Feb 2013 14:59:38 +0000 (15:59 +0100)
commita38749e7e451558d35e507fd4317e04cef8bdf2b
tree888ed84a260b64a30d4f29192860eeb19b01d9a9
parentd5358a749e3f4eed45144a2c78032c4163ea2367
Bugfix: Handle nested transient popups properly

During smart popup fullscreen handling, display all transient popups
that belong to the respective fullscreen application. A popup window
belongs to another window if the latter is reachable via the path
induced by the WM_TRANSIENT_FOR hints.

fixes #881
src/manage.c
src/render.c