From 10ddbd220a69c1aeca5f5fcf62620a25f8c21868 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 16 Aug 2010 21:08:52 -0400 Subject: [PATCH] Insert unexplainable cairo_device_flush() to fix terminal drawing --- clients/window.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clients/window.c b/clients/window.c index 08a0183..84586d7 100644 --- a/clients/window.c +++ b/clients/window.c @@ -371,6 +371,8 @@ window_draw_decorations(struct window *window) cairo_show_text(cr, window->title); cairo_destroy(cr); + + cairo_device_flush (window->display->device); } static void -- 2.7.4