Remove last dependency on the GdkPixbuf API
authorRobert Bragg <robert@linux.intel.com>
Fri, 6 May 2011 13:55:05 +0000 (14:55 +0100)
committerRobert Bragg <robert@linux.intel.com>
Fri, 6 May 2011 14:44:13 +0000 (15:44 +0100)
commit589c80e41e4febc981cb2218c8f6eaf1b8c33157
treeef518aaf305d6425259a657e06c25c3b2548b89b
parent223e14811c101e8c5821ffb21c0b7978bd8f9c24
Remove last dependency on the GdkPixbuf API

In test-pixmap.c instead of using the GdkPixbuf API to load the
redhand.png image we now use the cairo API to load the png into a xlib
surface which wraps our Pixmap.

This test was the last thing that depended on the gdk API and since
it's more concise to use Cairo here which is a hard dependency for
Clutter this change means we avoid depending on GdkPixbuf directly.
README.in
clutter/clutter-script.c
configure.ac
tests/interactive/test-pixmap.c