summaryrefslogtreecommitdiffstats
path: root/profile.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2013-05-09 15:47:39 -0300
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-09 17:50:06 -0700
commit25d65ab97d80b80465e346f749a71e1664244301 (patch)
treed628724e616a7695b0be7a2026f183bd8d02672d /profile.h
parente62eb58ab5004fdeaee56b986d7f9b4c3f23619a (diff)
downloadsubsurface-25d65ab97d80b80465e346f749a71e1664244301.tar.gz
Plotting deco text.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.h')
-rw-r--r--profile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/profile.h b/profile.h
index 73c5152f9..89324530a 100644
--- a/profile.h
+++ b/profile.h
@@ -63,6 +63,8 @@ int get_maxdepth(struct plot_info *pi);
int get_local_sac(struct plot_data *entry1, struct plot_data *entry2, struct dive *dive);
+void setup_pp_limits(struct graphics_context *gc);
+
#define ALIGN_LEFT 1
#define ALIGN_RIGHT 2