diff options
author | Jonathan Blandford <jrb@redhat.com> | 2004-08-23 21:22:55 +0000 |
---|---|---|
committer | Jonathan Blandford <jrb@src.gnome.org> | 2004-08-23 21:22:55 +0000 |
commit | 0297f9a015da5af3cbb2b677b4daf8849462c402 (patch) | |
tree | 1b2f8e60cbde9173fa30f7d5430a3f41b1b6cdc0 /docs/tools/shadow.h | |
parent | 945bcadee7b9cca469a1e1b316b9988c56d9f337 (diff) | |
download | gtk+-0297f9a015da5af3cbb2b677b4daf8849462c402.tar.gz |
add the doc shooter to the docs dir as an uninstalled helper tool.
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.
Diffstat (limited to 'docs/tools/shadow.h')
-rw-r--r-- | docs/tools/shadow.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/tools/shadow.h b/docs/tools/shadow.h new file mode 100644 index 0000000000..2f569cc349 --- /dev/null +++ b/docs/tools/shadow.h @@ -0,0 +1,8 @@ +#ifndef __SHADOW_H__ +#define __SHADOW_H__ + +#include <gdk-pixbuf/gdk-pixbuf.h> + +GdkPixbuf *create_shadowed_pixbuf (GdkPixbuf *src); + +#endif /* __SHADOW_H__ */ |