]> git.sur5r.net Git - i3/i3/blobdiff - src/util.c
Bugfix: Send clients their absolute position/size in generated configure events,...
[i3/i3] / src / util.c
index 1ac3357d048e28daa75c14cbd7e6759cee6433f9..63b929c0e527c69fe7b5c9222b7033fcffd5cded 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_configure_notify(conn, child_rect, client->child);
+                fake_absolute_configure_notify(conn, client);
         } else {
                 LOG("leaving fullscreen mode\n");
                 /* Because the coordinates of the window haven’t changed, it would not be