summaryrefslogtreecommitdiff
path: root/openbox/popup.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/popup.h')
-rw-r--r--openbox/popup.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/popup.h b/openbox/popup.h
index 7a138bd0..3707c8cb 100644
--- a/openbox/popup.h
+++ b/openbox/popup.h
@@ -1,10 +1,10 @@
#ifndef __popup_h
#define __popup_h
-#include "client.h"
-
#include <glib.h>
+struct _ObClientIcon;
+
typedef struct _ObPopup Popup;
Popup *popup_new(gboolean hasicon);
@@ -21,7 +21,7 @@ void popup_position(Popup *self, gint gravity, gint x, gint y);
void popup_size(Popup *self, gint w, gint h);
void popup_size_to_string(Popup *self, gchar *text);
-void popup_show(Popup *self, gchar *text, ObClientIcon *icon);
+void popup_show(Popup *self, gchar *text, struct _ObClientIcon *icon);
void popup_hide(Popup *self);
#endif