aboutsummaryrefslogtreecommitdiff
path: root/src/presentation.h
diff options
context:
space:
mode:
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;