aboutsummaryrefslogtreecommitdiff
path: root/src/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/objects.h')
-rw-r--r--src/objects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/objects.h b/src/objects.h
index e6e457e..15f2618 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -59,6 +59,7 @@ struct object
extern struct object *add_text_object(struct slide *s, double x, double y);
extern void insert_text(struct object *o, char *t);
+extern void handle_text_backspace(struct object *o);
extern void delete_object(struct object *o);