X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=src%2Fpixbuf-util.h;fp=src%2Fpixbuf-util.h;h=84dcb423fc49fe1bcf6920a0d747197df23600dc;hb=db2403f05e4bd16e08346e4896e8feead63d0b12;hp=0000000000000000000000000000000000000000;hpb=9971dd3e6268224ee930a26fdb30f22395406233;p=glabels diff --git a/src/pixbuf-util.h b/src/pixbuf-util.h new file mode 100644 index 00000000..84dcb423 --- /dev/null +++ b/src/pixbuf-util.h @@ -0,0 +1,49 @@ +/* + * pixbuf-util.h + * Copyright (C) 2010 Jim Evins . + * + * This file is part of gLabels. + * + * gLabels 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 3 of the License, or + * (at your option) any later version. + * + * gLabels 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. + * + * You should have received a copy of the GNU General Public License + * along with gLabels. If not, see . + */ + +#ifndef __PIXBUF_UTIL_H__ +#define __PIXBUF_UTIL_H__ + +#include +#include + +G_BEGIN_DECLS + + +GdkPixbuf *gl_pixbuf_util_create_shadow_pixbuf (const GdkPixbuf *pixbuf, + guint shadow_color, + gdouble shadow_opacity); + + +G_END_DECLS + +#endif /* __PIXBUF_UTIL_H__ */ + + + + +/* + * Local Variables: -- emacs + * mode: C -- emacs + * c-basic-offset: 8 -- emacs + * tab-width: 8 -- emacs + * indent-tabs-mode: nil -- emacs + * End: -- emacs + */