aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-01-07 20:48:25 +0000
committerThomas White <taw@bitwiz.org.uk>2014-01-07 20:48:25 +0000
commit115e8fbfe3af0e0556a58b34b2a52c79536628e0 (patch)
treeae48b10e2791f87d936fb09f8d4dd61b82a8eaeb /src/presentation.h
parenta7fc324e125fbbdd062172bbf37777c9b8d1d97b (diff)
Initial work for new SC processor
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 3d344eb..9b69993 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -61,7 +61,7 @@ struct slide
/* This should always be present (and up to date). */
cairo_surface_t *rendered_thumb;
- struct frame *top;
+ struct frame *top;
char *notes;
};
@@ -183,9 +183,11 @@ struct presentation
int ss_blank;
char ss_geom[256];
- StyleSheet *ss;
unsigned int num_slides;
struct slide **slides;
+
+ char *ss;
+ char *sc;
struct inhibit_sys *inhibit;
};
@@ -204,7 +206,7 @@ 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);
+extern char *packed_sc(struct frame *fr);
extern int slide_number(struct presentation *p, struct slide *s);