]> git.sur5r.net Git - i3/i3/commit
Bugfix: always reset state->initial to false, not only for different stacking order
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 26 Nov 2010 19:15:08 +0000 (20:15 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 26 Nov 2010 19:15:08 +0000 (20:15 +0100)
commitb2db9ac797a9b5adc55c17e57b54ca34eaeb57ab
tree17ca8b56387d95c01625e1bb7c30f18d7199b0e0
parent97bc8f4b8600b5d95495eee48f79c0e1451c7963
Bugfix: always reset state->initial to false, not only for different stacking order

As initial may be set to true again after initializing the window, we need to
ensure that it is properly cleared. Otherwise, this leads to ghost windows when
unmapping (such as the Xpdf about dialog) due to i3 issuing MapWindow after an
Unmap happened but before i3 actually received/handled the UnmapNotify.
src/x.c