mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
9 lines
158 B
C
9 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__ */
|