use xcb_aux_sync to make sure our changes reach the X server, flushing is not enough

This commit is contained in:
Michael Stapelberg 2012-12-27 16:54:36 +01:00
parent baae706b87
commit cde82eafa6
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ void restore_geometry(void) {
} }
/* Make sure our changes reach the X server, we restart/exit now */ /* Make sure our changes reach the X server, we restart/exit now */
xcb_flush(conn); xcb_aux_sync(conn);
} }
/* /*