X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fpopup.c;h=3df451b56adeae0ba3ab33787443dd38eee40896;hb=671a30187f8cdc64c6b0a97eb0c7eb2f33c4247e;hp=45e75fd70113e73e3bcfbd5a4dd2796b5472e892;hpb=c4e4760c41f10aae6af19a4363cb247c71edee4b;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index 45e75fd7..3df451b5 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -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.c for the Openbox window manager Copyright (c) 2003 Ben Jansens @@ -248,7 +248,7 @@ void icon_popup_free(ObIconPopup *self) } void icon_popup_show(ObIconPopup *self, - gchar *text, struct _ObClientIcon *icon) + gchar *text, const ObClientIcon *icon) { if (icon) { self->a_icon->texture[0].type = RR_TEXTURE_RGBA;