summaryrefslogtreecommitdiff
path: root/mate-panel/panel-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/panel-util.h')
-rw-r--r--mate-panel/panel-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-panel/panel-util.h b/mate-panel/panel-util.h
index 21352970..8d9fb2ef 100644
--- a/mate-panel/panel-util.h
+++ b/mate-panel/panel-util.h
@@ -31,7 +31,7 @@ GIcon * panel_gicon_from_icon_name (const char *icon_name);
char * panel_find_icon (GtkIconTheme *icon_theme,
const char *icon_name,
int size);
-GdkPixbuf * panel_load_icon (GtkIconTheme *icon_theme,
+cairo_surface_t *panel_load_icon (GtkIconTheme *icon_theme,
const char *icon_name,
int size,
int desired_width,