summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-11 18:22:39 -0500
committerPietro Gagliardi <[email protected]>2014-02-11 18:22:39 -0500
commitb918496ae453d5e4e703f02d4a70474b9a84d67a (patch)
tree9849c9dd9995b0c001e53fdd4e8ee032747c1de3 /sysdata.go
parentc6a8a4d2f799756fa83a9e556d363decd896e8f2 (diff)
Filled in the standard window procedure.
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()")