diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-08 16:47:28 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-08 16:47:28 -0400 |
| commit | b4357db4be6688c67e522b637f100ceecc4a9680 (patch) | |
| tree | 4b631edcb1e1fed7e6287b41b63a6a08d5aa3a45 /redo/window_unix.go | |
| parent | 60d0953fe9f16726958f709007402ea4c8b89fc6 (diff) | |
Added the beginning of the Mac OS X code.
Diffstat (limited to 'redo/window_unix.go')
| -rw-r--r-- | redo/window_unix.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/window_unix.go b/redo/window_unix.go index c92fba6..85b8e93 100644 --- a/redo/window_unix.go +++ b/redo/window_unix.go @@ -1,3 +1,5 @@ +// +build !darwin + // 7 july 2014 package ui |
