push X11 changes after a window is mapped

next
Michael Stapelberg 2010-04-17 16:43:34 +02:00
parent 68542f3c22
commit d973f30fc2
1 changed files with 1 additions and 0 deletions

View File

@ -270,6 +270,7 @@ int handle_map_request(void *prophs, xcb_connection_t *conn, xcb_map_request_eve
add_ignore_event(event->sequence);
manage_window(event->window, cookie, false);
x_push_changes(croot);
return 1;
}
#if 0