]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.c
rename the Client struct to ObClient
[chaz/openbox] / openbox / popup.c
index 101211681f4e8dcd11e6ebb22bdfd77411e4c420..be0057b21d2049ac769a741513407d3911c190d7 100644 (file)
@@ -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;
This page took 0.020077 seconds and 4 git commands to generate.