summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-12 11:29:20 -0500
committerPietro Gagliardi <[email protected]>2014-02-12 11:29:20 -0500
commitddfb5c760345b03c16c1559bd3e83cbafb8b11c3 (patch)
treee182dc1bcdf4f1e2eae7dd333aa27195087f9230 /sysdata.go
parent87a99bd675d6bbfedc1e4446c6fd25ee5f55f3a4 (diff)
Added buttons.
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdata.go b/sysdata.go
index 824df0c..1d4ecbd 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -7,7 +7,8 @@ import (
// The sysData type contains all system data. It provides the system-specific underlying implementation. It is guaranteed to have the following by embedding:
type cSysData struct {
- ctype int
+ ctype int
+ parentWindow *sysData
// for Window
closing chan struct{}