diff options
Diffstat (limited to 'sysdata_windows.go')
| -rw-r--r-- | sysdata_windows.go | 2 |
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, } |
