From 2eb63456db92aa2014167194ed9d3768e1cd0131 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sun, 21 Feb 2016 15:52:08 +0100 Subject: [PATCH] view: Flush after drawing --- source/view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/view.c b/source/view.c index 6cf44f1f..d9aeaf86 100644 --- a/source/view.c +++ b/source/view.c @@ -871,6 +871,7 @@ void rofi_view_update ( RofiViewState *state ) // Flush the surface. cairo_surface_flush ( surface ); + XFlush ( display ); TICK (); }