Bugfix: Fullscreen configure notifies mustn’t use absolute position/size

This commit is contained in:
Michael Stapelberg 2009-04-16 11:08:11 +02:00
parent 3c06ab1b98
commit 36bacc151e
1 changed files with 1 additions and 1 deletions

View 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 havent changed, it would not be