aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/presentation.h b/src/presentation.h
index addcf7c..efe9d5c 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -103,6 +103,12 @@ struct toolinfo
};
+struct prefs
+{
+ int b_splits;
+};
+
+
struct presentation
{
char *titlebar;
@@ -110,6 +116,8 @@ struct presentation
int completely_empty;
int *num_presentations;
+ struct prefs *prefs;
+
struct toolinfo *select_tool;
struct toolinfo *text_tool;
struct toolinfo *image_tool;