use xcb_aux_sync to make sure our changes reach the X server, flushing is not enough
This commit is contained in:
parent
baae706b87
commit
cde82eafa6
|
@ -65,7 +65,7 @@ void restore_geometry(void) {
|
|||
}
|
||||
|
||||
/* Make sure our changes reach the X server, we restart/exit now */
|
||||
xcb_flush(conn);
|
||||
xcb_aux_sync(conn);
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue