summaryrefslogtreecommitdiff
path: root/common_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'common_windows.go')
-rw-r--r--common_windows.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/common_windows.go b/common_windows.go
index fb78ed7..52bfddf 100644
--- a/common_windows.go
+++ b/common_windows.go
@@ -65,15 +65,15 @@ func (l _LPARAM) _Y() int32 {
}
type _POINT struct {
- X int32
- Y int32
+ x int32
+ y int32
}
type _RECT struct {
- Left int32
- Top int32
- Right int32
- Bottom int32
+ left int32
+ top int32
+ right int32
+ bottom int32
}
// Predefined cursor resource IDs.