diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-28 13:20:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-08-28 13:20:23 -0700 |
commit | 9d46581913ce33664e333a4d6eaf7f4e26e20b1c (patch) | |
tree | 13dea8e7ad2f28a9c705daf3ea6885a9cbc79065 /display.h | |
parent | e4955f9be116cd413e8ee3986d737e9e1b95e348 (diff) | |
parent | 03eb488dd238bcec4b4758eab4559b3c40e6435c (diff) | |
download | subsurface-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -31,4 +31,6 @@ struct options { gboolean print_profiles; }; +extern char zoomed_plot; + #endif |