summaryrefslogtreecommitdiff
path: root/mate-panel/drawer.h
diff options
context:
space:
mode:
Diffstat (limited to 'mate-panel/drawer.h')
-rw-r--r--mate-panel/drawer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/drawer.h b/mate-panel/drawer.h
index 67c7c6d1..891b8dd7 100644
--- a/mate-panel/drawer.h
+++ b/mate-panel/drawer.h
@@ -25,13 +25,13 @@ typedef struct {
void panel_drawer_create (PanelToplevel *toplevel,
int position,
- const char *custom_icon,
+ GIcon *custom_icon,
gboolean use_custom_icon,
const char *tooltip);
char *panel_drawer_create_with_id (const char *toplevel_id,
int position,
- const char *custom_icon,
+ GIcon *custom_icon,
gboolean use_custom_icon,
const char *tooltip);