~oem-solutions-group/unity-2d/clutter-1.0

« back to all changes in this revision

Viewing changes to tests/interactive/test-pixmap.c

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-03-21 13:27:56 UTC
  • mto: (2.1.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100321132756-nf8yd30yxo3zzwcm
Tags: upstream-1.2.2
ImportĀ upstreamĀ versionĀ 1.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
#include <X11/Xlib.h>
17
17
#include <X11/extensions/Xcomposite.h>
18
18
 
19
 
#define IMAGE "redhand.png"
 
19
#define IMAGE   TESTS_DATADIR G_DIR_SEPARATOR_S "redhand.png"
20
20
 
21
21
# ifdef USE_GDKPIXBUF
22
22
# include <gdk-pixbuf/gdk-pixbuf.h>