x11/texture-pixmap: Use ClutterActor.queue_redraw_with_clip()
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 31 Oct 2011 11:56:23 +0000 (11:56 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 12 Dec 2011 17:29:58 +0000 (17:29 +0000)
commit30c464e68f302c5039421b5cc9b043bfa8dc2e9c
treeb0ce061d89b282b21df85cb962d8cb72f094d8a6
parent749fe38fec090fcbf7cb0a7ea1c98028a08fcb4e
x11/texture-pixmap: Use ClutterActor.queue_redraw_with_clip()

Instead of using a PaintVolume for a 2D region, and an internal
function, use the newly added queue_redraw_with_clip() method.

This removes the last bit of internal API usage in the
ClutterX11TexturePixmap actor.

https://bugzilla.gnome.org/show_bug.cgi?id=660997
clutter/x11/clutter-x11-texture-pixmap.c