aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2017-01-16 22:42:26 +0100
committerThomas White <taw@bitwiz.org.uk>2017-01-16 22:42:26 +0100
commit4fc663655ff4a8ea990d7e4f4b7580cf63e233c4 (patch)
tree2b1e8141f2ada14987275da1adc15cbac7390a86 /src/presentation.h
parente93d3a16ac3bb381cf7d18a184fb4369c71d8caf (diff)
Titlebar stuff, keep track of when presentation has been changed
Diffstat (limited to 'src/presentation.h')
-rw-r--r--src/presentation.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/presentation.h b/src/presentation.h
index 8172972..dae4ffd 100644
--- a/src/presentation.h
+++ b/src/presentation.h
@@ -1,7 +1,7 @@
/*
* presentation.h
*
- * Copyright © 2013-2015 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2013-2017 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
*
@@ -46,6 +46,7 @@ struct presentation
char *filename;
char *titlebar; /* basename(filename) or "(untitled)" */
int completely_empty;
+ int saved;
PangoLanguage *lang;
ImageStore *is;