Insert unexplainable cairo_device_flush() to fix terminal drawing
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 17 Aug 2010 01:08:52 +0000 (21:08 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 17 Aug 2010 01:08:52 +0000 (21:08 -0400)
clients/window.c

index 08a0183..84586d7 100644 (file)
@@ -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