mirror of
git://projects.qi-hardware.com/eda-tools.git
synced 2025-01-09 22:30:14 +02:00
eeshow/cro.c (cro_img_end): flush surface
It worked without it, but better safe than sorry.
This commit is contained in:
parent
029cc30700
commit
be43cce751
@ -476,6 +476,8 @@ uint32_t *cro_img_end(struct cro_ctx *cc, int *w, int *h, int *stride)
|
|||||||
record_replay(&cc->record);
|
record_replay(&cc->record);
|
||||||
record_destroy(&cc->record);
|
record_destroy(&cc->record);
|
||||||
|
|
||||||
|
cairo_surface_flush(cc->s);
|
||||||
|
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user