]> git.sur5r.net Git - i3/i3/commit
Bugfix: Ignore EnterNotify events to prevent wrong focus in complex tabbed/stacked...
authorMichael Stapelberg <michael@stapelberg.de>
Mon, 28 Nov 2011 23:26:45 +0000 (23:26 +0000)
committerMichael Stapelberg <michael@stapelberg.de>
Mon, 28 Nov 2011 23:26:45 +0000 (23:26 +0000)
commitbd4b240d56df08bc255a09c9cb0d98b457c785dc
tree557b95528c34f6a50c3f3f8b41d84a6dc377e24f
parentdd63495ce014885b1e098e56d65c2a71d6d5a5b7
Bugfix: Ignore EnterNotify events to prevent wrong focus in complex tabbed/stacked layouts (Thanks Phlogistique)

Fixes #560

Finally we have a good explanation and example for why we need to ignore
EnterNotify events which were caused by an Unmap :).
src/handlers.c