mirror of
https://github.com/labwc/labwc.git
synced 2026-03-27 07:58:31 -04:00
scaled-rect-buffer: add missing cairo_surface_flush()
This commit is contained in:
parent
4502d58eec
commit
83c583c668
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@ _create_buffer(struct scaled_scene_buffer *scaled_buffer, double scale)
|
||||||
set_cairo_color(cairo, self->border_color);
|
set_cairo_color(cairo, self->border_color);
|
||||||
cairo_stroke(cairo);
|
cairo_stroke(cairo);
|
||||||
|
|
||||||
|
cairo_surface_flush(buffer->surface);
|
||||||
cairo_destroy(cairo);
|
cairo_destroy(cairo);
|
||||||
|
|
||||||
return buffer;
|
return buffer;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue