1
0
Fork 0
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:
Dave Davenport 2016-02-21 15:52:08 +01:00 committed by Quentin Glidic
parent 85fcdf9f97
commit 2eb63456db

View file

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