]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.h
prefixing and capitalizing the StackLayer -> ObStackingLayer enum.
[chaz/openbox] / openbox / popup.h
index 7a138bd0ebe2413608af22b07503042a6890307c..3707c8cbd5f725d88eb3595971ca28a345e77ab6 100644 (file)
@@ -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
This page took 0.020937 seconds and 4 git commands to generate.