From 2477a38d2f3063b697e44bf3690cf280fb26ca8a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 06:38:42 +0000 Subject: rename the Client struct to ObClient --- openbox/popup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/popup.h') 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 -- cgit v1.2.3