summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.h
diff options
context:
space:
mode:
authorjoye <joye>2014-04-22 18:06:31 (GMT)
committerjoye <joye>2014-04-22 18:06:31 (GMT)
commitdfe0cf8222ead76e0618e19088bd651cc4135d4e (patch)
tree067584ad30d2a4a66b28e7406d080a8c4bc0f84d /src/bltGraph.h
parentd057058a5547241b50fb6516bdd1fbefbb1b3654 (diff)
downloadblt-dfe0cf8222ead76e0618e19088bd651cc4135d4e.zip
blt-dfe0cf8222ead76e0618e19088bd651cc4135d4e.tar.gz
blt-dfe0cf8222ead76e0618e19088bd651cc4135d4e.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraph.h')
-rw-r--r--src/bltGraph.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h
index 18280db..c6a56c9 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -55,10 +55,6 @@ class Marker;
};
typedef struct {
- Axis *x, *y;
-} Axis2d;
-
-typedef struct {
int halo;
int mode;
int x;
@@ -230,8 +226,8 @@ class Graph {
void printAxesLimits(Blt_Ps);
int getAxis(Tcl_Obj*, Axis**);
ClientData axisTag(const char*);
- Point2d map2D(double, double, Axis2d*);
- Point2d invMap2D(double, double, Axis2d*);
+ Point2d map2D(double, double, Axis*, Axis*);
+ Point2d invMap2D(double, double, Axis*, Axis*);
virtual void resetAxes();
Axis* nearestAxis(int, int);