From 10b2021f0a98f1575400aac2beffd8e3c47ecdd5 Mon Sep 17 00:00:00 2001 From: Victor Kareh Date: Tue, 1 May 2018 00:24:38 -0400 Subject: Convert launcher icons to cairo surfaces This improves support for HiDPI by loading properly scaled surfaces for launcher and drawer icons. It also Fixes the Show Desktop wncklet to show a surface icon. Other wncklets have their icons determined by libwnck, so they remain as pixbufs. Fixes mate-desktop/mate-desktop#314 --- mate-panel/xstuff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-panel/xstuff.h') diff --git a/mate-panel/xstuff.h b/mate-panel/xstuff.h index 507a1dd3..83af4645 100644 --- a/mate-panel/xstuff.h +++ b/mate-panel/xstuff.h @@ -5,7 +5,7 @@ #include void xstuff_zoom_animate (GtkWidget *widget, - GdkPixbuf *pixbuf, + cairo_surface_t *surface, PanelOrientation orientation, GdkRectangle *opt_src_rect); -- cgit v1.2.1