]> git.sur5r.net Git - i3/i3/blobdiff - i3bar/src/xcb.c
Bugfix: add a sync call to i3bar to confirm reparents before exiting
[i3/i3] / i3bar / src / xcb.c
index a29f90945cc3c09d8bc49962653b323383392643..2d33919e785ab28318e97142d0362a2940084b7f 100644 (file)
@@ -1290,6 +1290,7 @@ void clean_xcb(void) {
     FREE(outputs);
 
     xcb_flush(xcb_connection);
+    xcb_aux_sync(xcb_connection);
     xcb_disconnect(xcb_connection);
 
     ev_check_stop(main_loop, xcb_chk);