mirror of
https://github.com/brl/mutter.git
synced 2025-07-23 18:11:23 +00:00
iconcache: Mark surfaces as dirty after changing data
This is required to tell cairo to update its cached areas.
This commit is contained in:
@ -182,6 +182,8 @@ argbdata_to_surface (gulong *argb_data, int w, int h)
|
||||
}
|
||||
}
|
||||
|
||||
cairo_surface_mark_dirty (surface);
|
||||
|
||||
return surface;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user