From af22eea889d553c6ed05b4bbaec4fe37fd85f2ff Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 11 Feb 2014 16:23:38 -0500 Subject: Set up initialization on Windows (1/2) and fixed a leftover error in sysdata_windows.go. --- sysdata_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdata_windows.go') 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, } -- cgit v1.2.3