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 32ac4ee..9ac58d0 100644
--- a/src/objects.h
+++ b/src/objects.h
@@ -65,6 +65,7 @@ extern struct object *add_text_object(struct slide *s, double x, double y,
struct text_style *ts);
extern void insert_text(struct object *o, char *t);
extern void set_text_style(struct object *o, struct text_style *ts);
+extern void notify_style_update(struct presentation *p, struct text_style *ts);
extern void handle_text_backspace(struct object *o);
extern void move_cursor_left(struct object *o);
extern void move_cursor_right(struct object *o);