summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-21 15:52:08 +0100
committerQuentin Glidic <sardemff7+git@sardemff7.net>2016-02-21 16:04:53 +0100
commit2eb63456db92aa2014167194ed9d3768e1cd0131 (patch)
treeb729b6d9a8146778b875da1bb653fff857cc17c3 /source
parent85fcdf9f97ace5e12e95e36274fbf8b480c821d5 (diff)
view: Flush after drawing
Diffstat (limited to 'source')
-rw-r--r--source/view.c1
1 files changed, 1 insertions, 0 deletions
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 ();
}