summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-08-28 13:20:23 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org>2012-08-28 13:20:23 -0700
commit9d46581913ce33664e333a4d6eaf7f4e26e20b1c (patch)
tree13dea8e7ad2f28a9c705daf3ea6885a9cbc79065 /display.h
parente4955f9be116cd413e8ee3986d737e9e1b95e348 (diff)
parent03eb488dd238bcec4b4758eab4559b3c40e6435c (diff)
downloadsubsurface-9d46581913ce33664e333a4d6eaf7f4e26e20b1c.tar.gz
Merge branch 'freediving-tweaks' of git://github.com/mguentner/subsurface
Merge freediving tweaks (zoom in on short dives etc) from Maximilian Güntner. Trivial conflicts in display.h due to unrelated printing stuff just happening to be added nearby. * 'freediving-tweaks' of git://github.com/mguentner/subsurface: moved zoomed_plot to display.h plot the time with a fixed padding (leading zero) updated/corrected comment added "Zoom" button and improved scaling fixed indentation use increments that make sense for 600 seconds Plot shorter (apnea) dives with a reasonable scale
Diffstat (limited to 'display.h')
-rw-r--r--display.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/display.h b/display.h
index d054b6994..4e1511656 100644
--- a/display.h
+++ b/display.h
@@ -31,4 +31,6 @@ struct options {
gboolean print_profiles;
};
+extern char zoomed_plot;
+
#endif