forked from AuroraMiddleware/gtk
1e3df88ee0
Steal snapshotting code from the reftests to make this work again. Other changes here: catch up with container removal.
9 lines
146 B
C
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__ */
|