mirror of
https://github.com/brl/mutter.git
synced 2024-11-22 08:00:42 -05: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:
parent
9c81b718f9
commit
2feeb57dee
@ -182,6 +182,8 @@ argbdata_to_surface (gulong *argb_data, int w, int h)
|
||||
}
|
||||
}
|
||||
|
||||
cairo_surface_mark_dirty (surface);
|
||||
|
||||
return surface;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user