summaryrefslogtreecommitdiffstats
path: root/devel-docs/tools/shadow.h
blob: 2f569cc349c682d08378b53b8c8719c6d2ca6236 (plain)
1
2
3
4
5
6
7
8
#ifndef __SHADOW_H__
#define __SHADOW_H__

#include <gdk-pixbuf/gdk-pixbuf.h>

GdkPixbuf *create_shadowed_pixbuf (GdkPixbuf *src);

#endif /* __SHADOW_H__ */