From 4fc663655ff4a8ea990d7e4f4b7580cf63e233c4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Mon, 16 Jan 2017 22:42:26 +0100 Subject: Titlebar stuff, keep track of when presentation has been changed --- src/presentation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/presentation.h') 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 + * Copyright © 2013-2017 Thomas White * * 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; -- cgit v1.2.3