Insert unexplainable cairo_device_flush() to fix terminal drawing
This commit is contained in:
parent
da275dd09f
commit
10ddbd220a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user