Send configure notify after putting a client into fullscreen mode, log at a central place

This commit is contained in:
Michael Stapelberg
2009-03-14 17:37:11 +01:00
parent 29112655dc
commit 80e2bf708d
3 changed files with 5 additions and 3 deletions

View File

@ -455,9 +455,6 @@ int handle_configure_request(void *prophs, xcb_connection_t *conn, xcb_configure
fake_configure_notify(conn, client->child_rect, client->child);
LOG("Told the client to stay at %dx%d with size %dx%d\n",
client->child_rect.x, client->child_rect.y, client->child_rect.width, client->child_rect.height);
return 1;
}