From cfb9bcc625b26191f10303344d21450ba4c9c68c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 12 Jul 2014 12:59:12 -0400 Subject: Fixed the Windows code. Now to implement closing properly. --- redo/uitask_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redo/uitask_windows.go') diff --git a/redo/uitask_windows.go b/redo/uitask_windows.go index 0c43f36..1d509c1 100644 --- a/redo/uitask_windows.go +++ b/redo/uitask_windows.go @@ -47,7 +47,7 @@ func uimsgloop() { func issue(req *Request) { res, err := f_PostMessageW( - hNULL, // TODO + msgwin, msgRequest, 0, t_LPARAM(uintptr(unsafe.Pointer(req)))) -- cgit v1.2.3