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:
parent
2ef950eab9
commit
9cb5829303
1 changed files with 1 additions and 1 deletions
|
@ -984,7 +984,7 @@ void rofi_view_update ( RofiViewState *state )
|
||||||
|
|
||||||
// Flush the surface.
|
// Flush the surface.
|
||||||
cairo_surface_flush ( surface );
|
cairo_surface_flush ( surface );
|
||||||
XFlush ( display );
|
xcb_flush ( xcb_connection );
|
||||||
TICK ();
|
TICK ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue