diff options
| author | Pietro Gagliardi <[email protected]> | 2014-02-11 18:36:13 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-02-11 18:36:13 -0500 |
| commit | aa3e2788f3b4db21c13cf17d7d9155408d20e622 (patch) | |
| tree | d60b2acd2f3fd225ff58173350b8b80d9afd7c2a /unmigrated/rectangles_windows.go | |
| parent | bbff3d4f6211d8bdd13173d1c9329a3ec841fc8f (diff) | |
Moved some more data structures to common_windows.go and made more things private.
Diffstat (limited to 'unmigrated/rectangles_windows.go')
| -rw-r--r-- | unmigrated/rectangles_windows.go | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/unmigrated/rectangles_windows.go b/unmigrated/rectangles_windows.go deleted file mode 100644 index c0c29d5..0000000 --- a/unmigrated/rectangles_windows.go +++ /dev/null @@ -1,21 +0,0 @@ -// 9 february 2014 -package main - -import ( -// "syscall" -// "unsafe" -) - -// TODO merge with common.go? - -type POINT struct { - X int32 - Y int32 -} - -type RECT struct { - Left int32 - Top int32 - Right int32 - Bottom int32 -} |
