aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2013-09-23 20:55:32 +0200
committerThomas White <taw@bitwiz.org.uk>2013-09-23 20:55:32 +0200
commitdd96572950db971746a46964e381b02c1aa25114 (patch)
tree3a2dc0095caf3fc79398d349231daf784a2545e8 /src/presentation.h
parent3af904c7741111d2a3e408646fd5b0e4d6ffb4e5 (diff)
Add "Delete frame"
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 3bb96ed..2294c48 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -201,6 +201,8 @@ extern int insert_slide(struct presentation *p, struct slide *s, int pos);
extern void free_slide(struct slide *s);
extern void delete_slide(struct presentation *p, struct slide *s);
+extern void delete_subframe(struct slide *s, struct frame *fr);
+
extern void get_titlebar_string(struct presentation *p);
extern char *packed_sc(struct frame *fr, StyleSheet *ss);