diff options
Diffstat (limited to 'ganv')
-rw-r--r-- | ganv/canvas-base.h | 4 |
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; |