summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata.go b/sysdata.go
index 9144517..9ff6ee9 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -10,7 +10,7 @@ type cSysData struct {
alternate bool // editable for Combobox, multi-select for listbox, password for lineedit
handler AreaHandler // for Areas; TODO rename to areahandler
winhandler WindowHandler // for Windows
- close func(*bool) // provided by each Window
+ close func() bool // provided by each Window
event func() // provided by each control
}