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
1 changed files with 1 additions and 1 deletions

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 ();
}