From 33aabf197d9367e896654399a040d7083e374328 Mon Sep 17 00:00:00 2001 From: vCaesar Date: Mon, 7 Nov 2016 22:43:08 +0800 Subject: [PATCH] Update test --- robotgo.go | 1 + 1 file changed, 1 insertion(+) diff --git a/robotgo.go b/robotgo.go index b7842b7..f471b54 100644 --- a/robotgo.go +++ b/robotgo.go @@ -411,6 +411,7 @@ func ShowAlert(title, msg string, args ...string) int { amsg := C.CString(msg) adefaultButton := C.CString(defaultButton) acancelButton := C.CString(cancelButton) + cbool := C.aShowAlert(atitle, amsg, adefaultButton, acancelButton) ibool := int(cbool) return ibool