summaryrefslogtreecommitdiff
path: root/uitask_windows.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-05-11 11:11:00 -0400
committerPietro Gagliardi <[email protected]>2014-05-11 11:11:57 -0400
commit9ed8d9c816ead83225edf75b562c136e3ceafa45 (patch)
treef8d93b26d6995cf6a1126b57b446426702e6acb2 /uitask_windows.go
parentd0ac56c0fcbf12e69cb364058ed92254cef1d575 (diff)
Consistency change: all Windows API structure field names now match case-wise (some were forcibly exported in the past for historical reasons: I originally started package ui by trying to write a Windows API wrapper, but decided to ditch that and just use the Windows API directly from package ui). Also more TODOs.
Diffstat (limited to 'uitask_windows.go')
-rw-r--r--uitask_windows.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/uitask_windows.go b/uitask_windows.go
index 4c3bf8c..db9aa24 100644
--- a/uitask_windows.go
+++ b/uitask_windows.go
@@ -102,12 +102,12 @@ var getMessageFail = -1 // because Go doesn't let me
func msgloop() {
var msg struct {
- Hwnd _HWND
- Message uint32
- WParam _WPARAM
- LParam _LPARAM
- Time uint32
- Pt _POINT
+ hwnd _HWND
+ message uint32
+ wParam _WPARAM
+ lParam _LPARAM
+ time uint32
+ pt _POINT
}
for {