gtk2/docs/tools/shadow.h
Matthias Clasen 1e3df88ee0 docs: Redo the doc shooter code
Steal snapshotting code from the reftests to
make this work again.

Other changes here: catch up with container removal.
2020-08-04 00:18:30 -04:00

9 lines
146 B
C

#ifndef __SHADOW_H__
#define __SHADOW_H__
#include <gdk-pixbuf/gdk-pixbuf.h>
GdkPixbuf *add_shadow (GdkPixbuf *src);
#endif /* __SHADOW_H__ */