]> git.sur5r.net Git - i3/i3/commit
Bugfix: Correctly warp pointer *after* rendering the layout
authorMichael Stapelberg <michael@stapelberg.de>
Sat, 12 Sep 2009 16:46:52 +0000 (18:46 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 12 Sep 2009 16:47:50 +0000 (18:47 +0200)
commit44111b7466b8b8ab9ff6bd2699fde7b5d5ad8ba4
treeb225c824636d0635d9529f01721621a9cd1f8385
parent51cb9a2cf3a94cacca45741f8ec629db74536f25
Bugfix: Correctly warp pointer *after* rendering the layout

This is necessary because otherwise the window into which the
pointer is warped still is at its old position, so that the pointer
will effectively be warped onto the wrong screen in case of moving
a window to another screen.
src/workspace.c