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