summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-06-06 20:14:27 -0700
committerJeff Carr <[email protected]>2019-06-06 20:14:27 -0700
commit9fcd72bcd6abb540ff1fd889a0349ea6d65330c5 (patch)
tree3811099189ac38465ad35ce7fa3dd1b9559292a1 /gui.go
parentcb4c82428b300acf947dce403c634fb544236681 (diff)
just comments
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.go b/gui.go
index 892f5cb..0923f0f 100644
--- a/gui.go
+++ b/gui.go
@@ -5,7 +5,7 @@ import "log"
import "regexp"
import "github.com/andlabs/ui"
-import _ "github.com/andlabs/ui/winmanifest"
+import _ "github.com/andlabs/ui/winmanifest" // the _ means we only need this for the init()
const Xaxis = 0 // box that is horizontal
const Yaxis = 1 // box that is vertical