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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ganv/canvas-base.h b/ganv/canvas-base.h
index 38a2ffe..1b20325 100644
--- a/ganv/canvas-base.h
+++ b/ganv/canvas-base.h
@@ -136,7 +136,7 @@ struct _GanvItemClass {
* coordinates of the drawable, a temporary pixmap, where things get
* drawn. (width, height) are the dimensions of the drawable.
*/
- void (* draw)(GanvItem* item, GdkDrawable* drawable,
+ void (* draw)(GanvItem* item, cairo_t* cr,
int x, int y, int width, int height);
/* Calculate the distance from an item to the specified point. It also