X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.h;h=847f264fb04055ecbcba289dea19ff1dc145bc68;hb=f6ba1f27b9790f56bda1e5831069e2dd7e2c96a2;hp=82f45c96dfeefe0d540d7aae13a4738f5a457298;hpb=518f819cdb18ea68b5d1bf93cd3d44737ef27915;p=chaz%2Fopenbox diff --git a/openbox/popup.h b/openbox/popup.h index 82f45c96..847f264f 100644 --- a/openbox/popup.h +++ b/openbox/popup.h @@ -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))