aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2011-12-25 22:28:15 +0000
committerThomas White <taw@bitwiz.org.uk>2011-12-25 22:28:15 +0000
commit11d19279d94e8b3fa4a2ff82e3e49d3cd9a6422d (patch)
tree6d9b5469086eabbea7cdab5cdbcc6835b560e5a8 /src/presentation.h
parente0d4e95d1903a5e99b54e58d1a1ec53c50e1b3b8 (diff)
Basic slide notes
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 3a781d9..78a73b2 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -46,6 +46,8 @@ struct slide
int num_objects;
struct object **objects;
+
+ char *notes;
};
@@ -106,6 +108,7 @@ struct toolinfo
struct prefs
{
int b_splits;
+ int open_notes;
};
@@ -129,10 +132,12 @@ struct presentation
GtkIMContext *im_context;
GtkWidget *tbox;
GtkWidget *cur_tbox;
+ struct notes *notes;
/* Pointers to the current "editing" and "projection" slides */
struct slide *cur_edit_slide;
struct slide *cur_proj_slide;
+ struct slide *cur_notes_slide;
int slideshow_linked;
/* This is the "native" size of the slide. It only exists to give