summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-15 05:29:12 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-09-17 21:03:03 -0400
commit65d9d488452c6d13d8db7812dfd09be0e985876d (patch)
treea248033e3f15a35b333529a5028ba5539316072d /dive.h
parent1771500078312047d4c9ca1800af17029983e69f (diff)
downloadsubsurface-65d9d488452c6d13d8db7812dfd09be0e985876d.tar.gz
Display current filename in windows title
This seems to make sense since we have a pretty strong concept of the "active file" that we are working on. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index ca90a9ae4..85d4b9fa4 100644
--- a/dive.h
+++ b/dive.h
@@ -463,6 +463,7 @@ const char *monthname(int mon);
extern const char *star_strings[];
extern const char *default_filename;
+extern char *existing_filename;
extern const char *subsurface_default_filename(void);
#define AIR_PERMILLE 209