X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.h;h=3707c8cbd5f725d88eb3595971ca28a345e77ab6;hb=ec908528cf2abad9d2b968db9c8f7287ef5f54fe;hp=7a138bd0ebe2413608af22b07503042a6890307c;hpb=33a2cdbeb90fa1d5017174abe4fc9c99257ea175;p=chaz%2Fopenbox 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 +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