From ed2b3e83349a6b356ae971545792e4ed0e90f0f5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 13 Dec 2011 18:17:36 +0000 Subject: Replace ArtUta* redraw_area with cairo_region_t* redraw_region. git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@3865 a436a847-0d15-0410-975c-d299462d15a1 --- ganv/canvas-base.h | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'ganv/canvas-base.h') diff --git a/ganv/canvas-base.h b/ganv/canvas-base.h index 1543841..94f9580 100644 --- a/ganv/canvas-base.h +++ b/ganv/canvas-base.h @@ -21,13 +21,10 @@ #ifndef GANV_CANVAS_BASE_H #define GANV_CANVAS_BASE_H -#include #include -#include -#include -#include -#include -#include + +#include +#include G_BEGIN_DECLS @@ -337,8 +334,8 @@ struct _GanvCanvasBase { /* Root canvas group */ GanvItem* root; - /* Area that needs redrawing, stored as a microtile array */ - ArtUta* redraw_area; + /* Region that needs redrawing, stored as a microtile array */ + cairo_region_t* redraw_region; /* The item containing the mouse pointer, or NULL if none */ GanvItem* current_item; -- cgit v1.2.1