forked from AuroraMiddleware/gtk
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__ */
|