summaryrefslogtreecommitdiffstats
path: root/pref.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2013-10-14 23:48:44 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-10-17 14:56:52 -0700
commit579d1cb91503ff3b51e94869a0234eaf2796f435 (patch)
tree53db920564565e79013b62f5b32411db1532bc17 /pref.h
parent437246d3ed280e2275fddc125f2f14005cc11dab (diff)
downloadsubsurface-579d1cb91503ff3b51e94869a0234eaf2796f435.tar.gz
Show SAC in the mouseover.
This is really nice to have when looking at specific parts of a dive. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'pref.h')
-rw-r--r--pref.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pref.h b/pref.h
index 8d181f20a..e59ad1c6a 100644
--- a/pref.h
+++ b/pref.h
@@ -36,6 +36,7 @@ struct preferences {
short unit_system;
struct units units;
short show_time;
+ short show_sac;
};
enum unit_system_values { METRIC, IMPERIAL, PERSONALIZE };