diff options
| author | Pietro Gagliardi <[email protected]> | 2014-03-26 11:01:37 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-03-26 11:01:37 -0400 |
| commit | f5084c07d453242ebfda1da669152e1af0a3f3b0 (patch) | |
| tree | 767f1969519f3fd94cbff5dd4dcfd6c32d6b7a2a /area_unix.go | |
| parent | 9533b3d7d482514bdfd06866fe8ebd7e3a96f274 (diff) | |
Fixed import formatting on area_unix.go. I'm rereading the GLFW source; it makes some interesting assumptions that might allow me to get a better solution to this whole keystroke ordeal after all... if I'm provided with irrefutable evidence.
Diffstat (limited to 'area_unix.go')
| -rw-r--r-- | area_unix.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/area_unix.go b/area_unix.go index 8f9fc8f..36a7eb8 100644 --- a/area_unix.go +++ b/area_unix.go @@ -5,9 +5,9 @@ package ui import ( + "fmt" "unsafe" "image" -"fmt" ) // #cgo pkg-config: gtk+-3.0 |
