diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2013-05-09 15:47:39 -0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-09 17:50:06 -0700 |
commit | 25d65ab97d80b80465e346f749a71e1664244301 (patch) | |
tree | d628724e616a7695b0be7a2026f183bd8d02672d /profile.h | |
parent | e62eb58ab5004fdeaee56b986d7f9b4c3f23619a (diff) | |
download | subsurface-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |