summaryrefslogtreecommitdiff
path: root/sysdata.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-11 19:09:10 -0500
committerPietro Gagliardi <[email protected]>2014-02-11 19:09:10 -0500
commitecb2205e02fa68e3c820d2139f6d735ad799a0c2 (patch)
treef0a5a76d24ee26b83e127030d39e09f502a16629 /sysdata.go
parent09a42e0c344ce4c23918c305f7d27ad44116ba8e (diff)
More error corrections; not done yet...
Diffstat (limited to 'sysdata.go')
-rw-r--r--sysdata.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdata.go b/sysdata.go
index 6f3c076..854e1a0 100644
--- a/sysdata.go
+++ b/sysdata.go
@@ -26,4 +26,5 @@ func (c *cSysData) hide() error {
const (
c_window = iota
c_button
+ nctypes
)