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

@ -206,4 +206,6 @@ void fake_configure_notify(xcb_connection_t *conn, Rect r, xcb_window_t window)
xcb_send_event(conn, false, window, XCB_EVENT_MASK_STRUCTURE_NOTIFY, (char*)&generated_event);
xcb_flush(conn);
LOG("Told the client it is at %dx%d with %dx%d\n", r.x, r.y, r.width, r.height);
}