mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 16:50:11 +00:00
671b3181b0
This reverts commit 5c926ca6bb
.
This commit just dropped the nice shadow that we used to have
around these shots, without a justification.
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__ */
|