Pass context to cogl_texture_pixmap_x11_new() api
authorRobert Bragg <robert@linux.intel.com>
Tue, 21 Feb 2012 14:23:44 +0000 (14:23 +0000)
committerRobert Bragg <robert@linux.intel.com>
Tue, 21 Feb 2012 17:46:11 +0000 (17:46 +0000)
commiteff95eba4a2e15124eb38a3d1984c6725efcbe4d
treef6bf486110e9c284dd24a44e09b49d2eaae6cd16
parent66cc330c0b4db8de6c819926318744c7f83e1b15
Pass context to cogl_texture_pixmap_x11_new() api

The experimental cogl_texture_pixmap_x11_new() api was recently changed
to take an explicit context argument and return a GError on failures.
This updates Clutter's use of the api accordingly.
clutter/x11/clutter-x11-texture-pixmap.c
tests/conform/test-cogl-texture-pixmap-x11.c