diff options
Diffstat (limited to 'src/bltGraph.h')
-rw-r--r-- | src/bltGraph.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h index 0184f91..a7f0c78 100644 --- a/src/bltGraph.h +++ b/src/bltGraph.h @@ -59,11 +59,6 @@ namespace Blt { class Marker; }; -typedef struct { - Point2d p; - Point2d q; -} Segment2d; - typedef struct Ensemble { const char *name; Tcl_ObjCmdProc *proc; @@ -263,6 +258,7 @@ class Graph : public Pick { void printSegments(Blt_Ps, Segment2d*, int); void printPolyline(Blt_Ps, Point2d*, int); void printMaxPolyline(Blt_Ps, Point2d*, int); + void setDashes(GC, Blt_Dashes*); GC getPrivateGC(unsigned long, XGCValues*); void freePrivateGC(GC); |