Revert "shooter: Use the reftests code for taking screenshots"

This reverts commit 5c926ca6bb.

This commit just dropped the nice shadow that we used to have
around these shots, without a justification.
This commit is contained in:
Matthias Clasen
2013-09-29 21:59:22 -04:00
parent a92859a447
commit 671b3181b0
4 changed files with 344 additions and 79 deletions

8
docs/tools/shadow.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef __SHADOW_H__
#define __SHADOW_H__
#include <gdk-pixbuf/gdk-pixbuf.h>
GdkPixbuf *create_shadowed_pixbuf (GdkPixbuf *src);
#endif /* __SHADOW_H__ */