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

This fixes ticket #26.
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

View File

@ -542,7 +542,7 @@ int handle_configure_request(void *prophs, xcb_connection_t *conn, xcb_configure
return 1;
}
fake_configure_notify(conn, client->child_rect, client->child);
fake_absolute_configure_notify(conn, client);
return 1;
}