Bugfix: Send clients their absolute position/size in generated configure events, not relative

This fixes ticket .
This commit is contained in:
Michael Stapelberg
2009-04-11 22:37:48 +02:00
parent b7e8a63474
commit a2d20b6848
5 changed files with 29 additions and 6 deletions

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