summaryrefslogtreecommitdiff
path: root/sysdata_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-02-11 16:23:38 -0500
committerPietro Gagliardi <[email protected]>2014-02-11 16:23:38 -0500
commitaf22eea889d553c6ed05b4bbaec4fe37fd85f2ff (patch)
tree6aee87c264175f8ce35b6ba3e794ee0f3f19a051 /sysdata_windows.go
parent9b19ee72457586e41da5788f802c6bc55ea7a84b (diff)
Set up initialization on Windows (1/2) and fixed a leftover error in sysdata_windows.go.
Diffstat (limited to 'sysdata_windows.go')
-rw-r--r--sysdata_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdata_windows.go b/sysdata_windows.go
index e7af7fd..042c262 100644
--- a/sysdata_windows.go
+++ b/sysdata_windows.go
@@ -43,7 +43,7 @@ func (s *sysData) show() (err error) {
ret := make(chan uiret)
defer close(ret)
uitask <- &uimsg{
- call: os_showWindow,
+ call: _showWindow,
p: []uintptr{uintptr(s.hwnd, _SW_SHOW},
ret: ret,
}