]> Dogcows Code - chaz/openbox/blobdiff - openbox/popup.h
halfway through client changes but...
[chaz/openbox] / openbox / popup.h
index 82f45c96dfeefe0d540d7aae13a4738f5a457298..847f264fb04055ecbcba289dea19ff1dc145bc68 100644 (file)
@@ -98,7 +98,7 @@ ObIconPopup *icon_popup_new();
 void icon_popup_free(ObIconPopup *self);
 
 void icon_popup_show(ObIconPopup *self,
-                     gchar *text, struct _ObClientIcon *icon);
+                     gchar *text, const struct _ObClientIcon *icon);
 #define icon_popup_hide(p) popup_hide((p)->popup)
 #define icon_popup_position(p, g, x, y) popup_position((p)->popup,(g),(x),(y))
 #define icon_popup_size(p, w, h) popup_size((p)->popup,(w),(h))
This page took 0.023574 seconds and 4 git commands to generate.