1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2025-02-03 15:34:54 -05:00

Use xcb_flush instead of XFlush

This commit is contained in:
Dave Davenport 2016-02-27 14:05:29 +01:00
parent 2ef950eab9
commit 9cb5829303

View file

@ -984,7 +984,7 @@ void rofi_view_update ( RofiViewState *state )
// Flush the surface.
cairo_surface_flush ( surface );
XFlush ( display );
xcb_flush ( xcb_connection );
TICK ();
}