]> git.sur5r.net Git - i3/i3/blobdiff - src/handlers.c
push X11 changes after a window is mapped
[i3/i3] / src / handlers.c
index 6b71316994074184b9efadfbc48bba38d3f7658f..0d2f10bf95504155fe08b5b1d7bbd912bb18b470 100644 (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