summaryrefslogtreecommitdiff
path: root/mainCloudBox.go
diff options
context:
space:
mode:
Diffstat (limited to 'mainCloudBox.go')
-rw-r--r--mainCloudBox.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/mainCloudBox.go b/mainCloudBox.go
index 9b42a26..4a8aab6 100644
--- a/mainCloudBox.go
+++ b/mainCloudBox.go
@@ -259,7 +259,7 @@ func InitWindow(wm *GuiWindow) {
wm.W.SetBorderless(false)
// create a 'fake' button entry for the mouse clicks
- var newBM ButtonMap
+ var newBM GuiButton
newBM.Action = "QUIT"
newBM.W = wm.W
newBM.WM = wm