]> 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:46:52 +0000 (18:46 +0200)
commit6f2638f526eaca4d0ab4d7441487130162852183
treee064f4e0391c5e195863f84beaf54067de92dfb5
parent739f4f35aa590a965d83103179edfd6cefd3fd71
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