forked from AuroraMiddleware/gtk
0297f9a015
Mon Aug 23 17:19:19 2004 Jonathan Blandford <jrb@redhat.com> * configure.in: * docs/tools/Makefile.am (clean-local): add the doc shooter to the docs dir as an uninstalled helper tool.
9 lines
158 B
C
9 lines
158 B
C
#ifndef __SHADOW_H__
|
|
#define __SHADOW_H__
|
|
|
|
#include <gdk-pixbuf/gdk-pixbuf.h>
|
|
|
|
GdkPixbuf *create_shadowed_pixbuf (GdkPixbuf *src);
|
|
|
|
#endif /* __SHADOW_H__ */
|