mirror of
https://github.com/brl/mutter.git
synced 2025-07-05 10:31:18 +00:00
x11: Change the iconcache / window icons to being cairo surfaces
This simplifies the drawing codepath and makes us able to delete a bunch of GdkPixbuf manipulation.
This commit is contained in:
@ -1673,7 +1673,7 @@ meta_frames_paint (MetaFrames *frames,
|
||||
{
|
||||
MetaFrameFlags flags;
|
||||
MetaFrameType type;
|
||||
GdkPixbuf *mini_icon;
|
||||
cairo_surface_t *mini_icon;
|
||||
int w, h;
|
||||
MetaButtonState button_states[META_BUTTON_TYPE_LAST];
|
||||
int i;
|
||||
|
Reference in New Issue
Block a user