summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdata.go b/sysdata.go
index eb4d8ea..298c1ef 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -9,6 +9,9 @@ import (
type cSysData struct {
ctype int
text string
+
+ // for Window
+ closing chan struct{}
}
func (c *cSysData) make() error {
panic(runtime.GOOS + " sysData does not define make()")