From 122d55fbadea0409fbc902a1740e1c8ff3aecd88 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 17:03:05 +0000 Subject: prefixing and capitalizing the StackLayer -> ObStackingLayer enum. less includes in headers for less rebuilding on changes --- openbox/popup.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openbox/popup.h') 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 -- cgit v1.2.3