]> git.sur5r.net Git - i3/i3/commitdiff
Bugfix: Fullscreen configure notifies mustn’t use absolute position/size
authorMichael Stapelberg <michael+x200@stapelberg.de>
Thu, 16 Apr 2009 09:08:11 +0000 (11:08 +0200)
committerMichael Stapelberg <michael+x200@stapelberg.de>
Thu, 16 Apr 2009 09:08:11 +0000 (11:08 +0200)
src/util.c

index 63b929c0e527c69fe7b5c9222b7033fcffd5cded..1ac3357d048e28daa75c14cbd7e6759cee6433f9 100644 (file)
@@ -396,7 +396,7 @@ void toggle_fullscreen(xcb_connection_t *conn, Client *client) {
 
                 Rect child_rect = workspace->rect;
                 child_rect.x = child_rect.y = 0;
-                fake_absolute_configure_notify(conn, client);
+                fake_configure_notify(conn, child_rect, client->child);
         } else {
                 LOG("leaving fullscreen mode\n");
                 /* Because the coordinates of the window haven’t changed, it would not be