summaryrefslogtreecommitdiffstats
path: root/display.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-12-09 14:34:41 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-12-09 14:36:56 -0800
commit9463e7895be21befc6fbcdb02572d73ed2c188b2 (patch)
tree813894585887ca7beb0153e6ffec19c10bdbf76d /display.h
parent8dfc4dccc5b74626100952cf78fec8b10751fa33 (diff)
downloadsubsurface-9463e7895be21befc6fbcdb02572d73ed2c188b2.tar.gz
Don't print partial pressure values in the profile
Instead provide a scale on the right in a highly transparent grey and rely on the tooltip available with mouse-over to pinpoint the value at certain spots with much better accuracy. Fixes #30 Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display.h')
-rw-r--r--display.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/display.h b/display.h
index 6f9f6854c..7b1628866 100644
--- a/display.h
+++ b/display.h
@@ -19,6 +19,7 @@ struct plot_info {
int endpressure, maxpressure;
int mintemp, maxtemp, endtemp;
double endtempcoord;
+ double maxpp;
gboolean has_ndl;
struct plot_data *entry;
};