summaryrefslogtreecommitdiff
path: root/splash.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2019-05-24 01:51:37 -0700
committerJeff Carr <[email protected]>2019-05-24 01:51:37 -0700
commit9b29c265b26d1231cf9ddb7abf51e390197dabf1 (patch)
treebf9465bc361dd5260f573c155bf29e7551f15902 /splash.go
parent9949a02b3e0d953824568fc5085009243c92cc86 (diff)
more button debugging
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'splash.go')
-rw-r--r--splash.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash.go b/splash.go
index bc2af04..2f46ed3 100644
--- a/splash.go
+++ b/splash.go
@@ -10,7 +10,7 @@ import "runtime"
import "github.com/andlabs/ui"
import _ "github.com/andlabs/ui/winmanifest"
-func ShowSplashBox(vbox *ui.Box, atest chan int, custom func(int, string)) *ui.Box {
+func ShowSplashBox(vbox *ui.Box, atest chan int, custom func(*ButtonMap, string)) *ui.Box {
newbox := ui.NewVerticalBox()
newbox.SetPadded(true)