Merge branch 'fix-tray-restart'
This commit is contained in:
commit
1842ddac51
|
@ -1290,6 +1290,7 @@ void clean_xcb(void) {
|
||||||
FREE(outputs);
|
FREE(outputs);
|
||||||
|
|
||||||
xcb_flush(xcb_connection);
|
xcb_flush(xcb_connection);
|
||||||
|
xcb_aux_sync(xcb_connection);
|
||||||
xcb_disconnect(xcb_connection);
|
xcb_disconnect(xcb_connection);
|
||||||
|
|
||||||
ev_check_stop(main_loop, xcb_chk);
|
ev_check_stop(main_loop, xcb_chk);
|
||||||
|
|
Loading…
Reference in New Issue