1
0
mirror of git://projects.qi-hardware.com/eda-tools.git synced 2025-01-09 22:40:15 +02:00

eeshow/cro.c (cro_img_end): flush surface

It worked without it, but better safe than sorry.
This commit is contained in:
Werner Almesberger 2016-08-09 10:27:22 -03:00
parent 029cc30700
commit be43cce751

View File

@ -476,6 +476,8 @@ uint32_t *cro_img_end(struct cro_ctx *cc, int *w, int *h, int *stride)
record_replay(&cc->record);
record_destroy(&cc->record);
cairo_surface_flush(cc->s);
return data;
}