mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
view: Flush after drawing
This commit is contained in:
parent
85fcdf9f97
commit
2eb63456db
1 changed files with 1 additions and 0 deletions
|
@ -871,6 +871,7 @@ void rofi_view_update ( RofiViewState *state )
|
|||
|
||||
// Flush the surface.
|
||||
cairo_surface_flush ( surface );
|
||||
XFlush ( display );
|
||||
TICK ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue