mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-02 09:01:39 -05:00
Insert unexplainable cairo_device_flush() to fix terminal drawing
This commit is contained in:
parent
da275dd09f
commit
10ddbd220a
1 changed files with 2 additions and 0 deletions
|
|
@ -371,6 +371,8 @@ window_draw_decorations(struct window *window)
|
||||||
cairo_show_text(cr, window->title);
|
cairo_show_text(cr, window->title);
|
||||||
|
|
||||||
cairo_destroy(cr);
|
cairo_destroy(cr);
|
||||||
|
|
||||||
|
cairo_device_flush (window->display->device);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue