aboutsummaryrefslogtreecommitdiff
path: root/src/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects.h')
-rw-r--r--src/objects.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objects.h b/src/objects.h
index d7eb706..e0c70bc 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -51,6 +51,9 @@ struct object
int empty;
+ void (*render_object)(cairo_t *cr, struct object *o);
+ void (*draw_editing_overlay)(cairo_t *cr, struct object *o);
+
/* For type TEXT */
char *text;
size_t text_len;