summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/structs.go b/structs.go
index f094a55..a5cb3ae 100644
--- a/structs.go
+++ b/structs.go
@@ -17,8 +17,8 @@ var Data GuiData
type GuiData struct {
State string
- Width int
- Height int
+ // Width int
+ // Height int
// a fallback default function to handle mouse events
// if nothing else is defined to handle them