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

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

GdkPixbuf *add_shadow (GdkPixbuf *src);

#endif /* __SHADOW_H__ */