summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGrMisc.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkbltGrMisc.h')
-rw-r--r--generic/tkbltGrMisc.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/generic/tkbltGrMisc.h b/generic/tkbltGrMisc.h
index b7c521f..ba86b75 100644
--- a/generic/tkbltGrMisc.h
+++ b/generic/tkbltGrMisc.h
@@ -68,6 +68,15 @@ namespace Blt {
class Graph;
typedef struct {
+ int x, y;
+ } Point;
+
+ typedef struct {
+ int x, y;
+ unsigned width, height;
+ } Rectangle;
+
+ typedef struct {
double x;
double y;
} Point2d;