iconcache: Mark surfaces as dirty after changing data

This is required to tell cairo to update its cached areas.
This commit is contained in:
Florian Müllner 2015-10-16 03:57:31 +02:00
parent 9c81b718f9
commit 2feeb57dee

View File

@ -182,6 +182,8 @@ argbdata_to_surface (gulong *argb_data, int w, int h)
} }
} }
cairo_surface_mark_dirty (surface);
return surface; return surface;
} }