diff options
| author | Pietro Gagliardi <[email protected]> | 2014-04-28 13:06:24 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-04-28 13:06:24 -0400 |
| commit | 7f89f4afb9bcfc9c27a2b29abf8b92c1bf9fe5bb (patch) | |
| tree | 2ab0bedaab8a3ff37b9b9f9d35b39ec36c4e9fbb /uitask_windows.go | |
| parent | 50dc1722da458a0b970bab5329b0bb7753b320a1 (diff) | |
More Windows TODO cleanup/removal and future plans. The message-only window in uitask_windows.go now has a title.
Diffstat (limited to 'uitask_windows.go')
| -rw-r--r-- | uitask_windows.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitask_windows.go b/uitask_windows.go index f7a6ad5..f298e95 100644 --- a/uitask_windows.go +++ b/uitask_windows.go @@ -156,7 +156,7 @@ func makeMessageHandler() (hwnd _HWND, err error) { r1, _, err = _createWindowEx.Call( uintptr(0), uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(msghandlerclass))), - uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr(""))), // TODO can this be NULL? + uintptr(unsafe.Pointer(syscall.StringToUTF16Ptr("ui package message window"))), uintptr(0), uintptr(_CW_USEDEFAULT), uintptr(_CW_USEDEFAULT), |
