summaryrefslogtreecommitdiff
path: root/src/Hill.H
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-03 19:36:39 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-05-03 19:36:39 +0000
commit002969de7a3aa5343008d5cf0fe72997d9d7a014 (patch)
treeae0c660b8eff239401f136a47e1ed4b670e8e311 /src/Hill.H
parentb886930071c8b9df3c5be7a3a0e50661a549c2ed (diff)
initial label positioning
initial label positioning
Diffstat (limited to 'src/Hill.H')
-rw-r--r--src/Hill.H3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Hill.H b/src/Hill.H
index bd97121..f092100 100644
--- a/src/Hill.H
+++ b/src/Hill.H
@@ -1,5 +1,5 @@
//
-// "$Id: Hill.H,v 1.9 2005/05/03 20:32:20 hofmann Exp $"
+// "$Id: Hill.H,v 1.10 2005/05/03 21:36:39 hofmann Exp $"
//
// X11 header file for the Fast Light Tool Kit (FLTK).
//
@@ -37,6 +37,7 @@ class Mountain {
double a_nick;
double dist;
int x, y;
+ int label_x, label_y;
char *name;
Mountain(const char *n, double p, double l, double h);