From 271c89bad57c9ab29c1f1b2cce072ffe82918eea Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Feb 2014 09:43:18 -0500 Subject: Added window sizing. I think I'm now ready for the wrapper itself. --- rectangles.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rectangles.go') diff --git a/rectangles.go b/rectangles.go index d503edc..c0c29d5 100644 --- a/rectangles.go +++ b/rectangles.go @@ -12,3 +12,10 @@ type POINT struct { X int32 Y int32 } + +type RECT struct { + Left int32 + Top int32 + Right int32 + Bottom int32 +} -- cgit v1.2.3