X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;ds=inline;f=openbox%2Fpopup.c;h=3df451b56adeae0ba3ab33787443dd38eee40896;hb=242dc35a36b0056029adb4b702ed0b7ffe12feae;hp=8521de6a46100a66e0a8522b475c05ec28bacd59;hpb=0242bc2ec8a6e9227cad30fcc4e12267a895b7c2;p=chaz%2Fopenbox diff --git a/openbox/popup.c b/openbox/popup.c index 8521de6a..3df451b5 100644 --- a/openbox/popup.c +++ b/openbox/popup.c @@ -1,3 +1,21 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + popup.c for the Openbox window manager + Copyright (c) 2003 Ben Jansens + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + See the COPYING file for a copy of the GNU General Public License. +*/ + #include "popup.h" #include "openbox.h" @@ -230,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;