]> git.sur5r.net Git - i3/i3/commit
Don’t ignore sequence in UnmapNotify, there might be multiple windows in one sequence
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 2 Jun 2010 15:03:26 +0000 (17:03 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 2 Jun 2010 15:03:26 +0000 (17:03 +0200)
commit1c5adc6c35cffaedc08c7d1dd1b03a3269d1367c
tree120a32669e16d460bb1970d59bd656f4066fd851
parenta7d2c5942a155a19263c8910195f4cf99a78b13e
Don’t ignore sequence in UnmapNotify, there might be multiple windows in one sequence

This would lead to i3 thinking that a new window was already managed if it
has the same X-ID as the old window. Instead, we need to fix the EnterNotify
problem in a different way.
src/handlers.c