summaryrefslogtreecommitdiff
path: root/openbox/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/popup.h')
-rw-r--r--openbox/popup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/popup.h b/openbox/popup.h
index f26bedd9..f8aedad4 100644
--- a/openbox/popup.h
+++ b/openbox/popup.h
@@ -19,7 +19,7 @@ void popup_position(Popup *self, int gravity, int x, int y);
void popup_size(Popup *self, int w, int h);
void popup_size_to_string(Popup *self, char *text);
-void popup_show(Popup *self, char *text, Icon *icon);
+void popup_show(Popup *self, char *text, ObClientIcon *icon);
void popup_hide(Popup *self);
#endif