[clutter] [PATCH] Add clutter_cairo_texture_move_region().

2010-03-02 Thread Christian Hergert
Hi, I wanted a way to move a region of a ClutterCairoTexture to a new location within the texture. I created clutter_cairo_texture_move_region() which is attached. My purpose for this is to make side-scrolling graphs; if there is a better way to do this I'm all ears! Thanks! -- Christian

Re: [clutter] [PATCH] Add clutter_cairo_texture_move_region().

2010-03-02 Thread Emmanuele Bassi
On Tue, 2010-03-02 at 02:12 -0800, Christian Hergert wrote: Hi, I wanted a way to move a region of a ClutterCairoTexture to a new location within the texture. I created clutter_cairo_texture_move_region() which is attached. API for 1.2 is frozen, at this point. My purpose for this is to