summaryrefslogtreecommitdiffstats
path: root/src/bltGraph.h
diff options
context:
space:
mode:
authorjoye <joye>2014-05-30 21:16:38 (GMT)
committerjoye <joye>2014-05-30 21:16:38 (GMT)
commitb4e1bb34955d01729ee9e29bae532c06b71b1afa (patch)
treef9bc91e6f71c5c3063108333b91478ed7063ebe7 /src/bltGraph.h
parent29c03bcc9df76650f217afa91a739490a5e394bc (diff)
downloadblt-b4e1bb34955d01729ee9e29bae532c06b71b1afa.zip
blt-b4e1bb34955d01729ee9e29bae532c06b71b1afa.tar.gz
blt-b4e1bb34955d01729ee9e29bae532c06b71b1afa.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGraph.h')
-rw-r--r--src/bltGraph.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bltGraph.h b/src/bltGraph.h
index c23468a..c2bcf11 100644
--- a/src/bltGraph.h
+++ b/src/bltGraph.h
@@ -54,6 +54,11 @@ namespace Blt {
class Marker;
};
+typedef struct {
+ Point2d p;
+ Point2d q;
+} Segment2d;
+
typedef struct Ensemble {
const char *name;
Tcl_ObjCmdProc *proc;