diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-07-10 06:38:42 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-07-10 06:38:42 +0000 |
| commit | 2477a38d2f3063b697e44bf3690cf280fb26ca8a (patch) | |
| tree | 0107f30636cc59a94629a0d17b7cf5404e970e3b /openbox/popup.c | |
| parent | 375b504905908fb129f52b52ae7270deefda12f7 (diff) | |
rename the Client struct to ObClient
Diffstat (limited to 'openbox/popup.c')
| -rw-r--r-- | openbox/popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/popup.c b/openbox/popup.c index 10121168..be0057b2 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -105,7 +105,7 @@ void popup_size_to_string(Popup *self, char *text) self->w = textw + iconw + ob_rr_theme->bevel * (self->hasicon ? 3 : 2); } -void popup_show(Popup *self, char *text, Icon *icon) +void popup_show(Popup *self, char *text, ObClientIcon *icon) { int x, y, w, h; int textw, texth; |
