summaryrefslogtreecommitdiffstats
path: root/ganv/canvas-base.h
diff options
context:
space:
mode:
Diffstat (limited to 'ganv/canvas-base.h')
-rw-r--r--ganv/canvas-base.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ganv/canvas-base.h b/ganv/canvas-base.h
index df1c221..da79de4 100644
--- a/ganv/canvas-base.h
+++ b/ganv/canvas-base.h
@@ -255,8 +255,8 @@ struct _GanvCanvasBase {
/* Root canvas item */
GanvItem* root;
- /* Region that needs redrawing, stored as a microtile array */
- cairo_region_t* redraw_region;
+ /* Region that needs redrawing (list of cairo_rectangle_int_t) */
+ GSList* redraw_region;
/* The item containing the mouse pointer, or NULL if none */
GanvItem* current_item;