diff --git a/src/util.c b/src/util.c index 63b929c0..1ac3357d 100644 --- a/src/util.c +++ b/src/util.c @@ -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