summaryrefslogtreecommitdiff
path: root/openbox/popup.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 06:38:42 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 06:38:42 +0000
commit2477a38d2f3063b697e44bf3690cf280fb26ca8a (patch)
tree0107f30636cc59a94629a0d17b7cf5404e970e3b /openbox/popup.h
parent375b504905908fb129f52b52ae7270deefda12f7 (diff)
rename the Client struct to ObClient
Diffstat (limited to 'openbox/popup.h')
-rw-r--r--openbox/popup.h2
1 files changed, 1 insertions, 1 deletions
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