mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 558161: Set bitmaps !dirty after their current contents has been updated. r=jrmuizel
This commit is contained in:
parent
311881921d
commit
c87fd6c0e9
@ -889,6 +889,7 @@ _cairo_d2d_create_brush_for_pattern(cairo_d2d_surface_t *d2dsurf,
|
||||
cairo_surface_t *nullSurf =
|
||||
_cairo_null_surface_create(CAIRO_CONTENT_COLOR_ALPHA);
|
||||
cachebitmap->refs++;
|
||||
cachebitmap->dirty = false;
|
||||
cairo_surface_set_user_data(nullSurf,
|
||||
&bitmap_key,
|
||||
cachebitmap,
|
||||
|
Loading…
Reference in New Issue
Block a user