]> git.sur5r.net Git - i3/i3/commit
Bugfix: warp pointer during the EnterNotify-disabled phase
authorMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Oct 2011 21:29:47 +0000 (22:29 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 27 Oct 2011 21:29:47 +0000 (22:29 +0100)
commita4cb4a64d421d50b21b817a594a5e6a75ee1a6cb
tree8e5c62a79659db354f6b9eb7d96b09dba148705e
parent4330c723aeba4d982d06dbfd334de92fb04b43c0
Bugfix: warp pointer during the EnterNotify-disabled phase

Following bug:
1) Assign workspace 9 to output HDMI2
2) On HDMI2, be on workspace 1
3) Focus a different output, say LVDS1
4) Execute i3 'workspace 9'
5) Something happens, but you end up back on ws 1

(this is due to an EnterNotify being generated when warping)
src/x.c