X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.h;h=847f264fb04055ecbcba289dea19ff1dc145bc68;hb=064901801e8ceb7b07dbd0d27b4fecd600f7c766;hp=1ffcc61f8a3b0c5dfcaaaf37f91b640caddc6e78;hpb=c4e4760c41f10aae6af19a4363cb247c71edee4b;p=chaz%2Fopenbox diff --git a/openbox/popup.h b/openbox/popup.h index 1ffcc61f..847f264f 100644 --- a/openbox/popup.h +++ b/openbox/popup.h @@ -1,4 +1,4 @@ -/* -*- indent-tabs-mode: t; tab-width: 4; c-basic-offset: 4; -*- +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- popup.h for the Openbox window manager Copyright (c) 2003 Ben Jansens @@ -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))