mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 04:31:09 +00:00
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__ */
|