mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 09:53:25 +00:00

* devel-docs/tools/*: new tools to generate screenshots for the widget gallery. * devel-docs/Makefile.am: added the tools subdir. * configure.in: modified accordingly.
8 lines
158 B
C
8 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__ */
|