From ddfb5c760345b03c16c1559bd3e83cbafb8b11c3 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 12 Feb 2014 11:29:20 -0500 Subject: Added buttons. --- sysdata.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdata.go') 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{} -- cgit v1.2.3