diff options
Diffstat (limited to 'windows_windows.go')
| -rw-r--r-- | windows_windows.go | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/windows_windows.go b/windows_windows.go index aa3d5c2..ea848f9 100644 --- a/windows_windows.go +++ b/windows_windows.go @@ -288,11 +288,11 @@ const ( ) type _MINMAXINFO struct { - PtReserved _POINT - PtMaxSize _POINT - PtMaxPosition _POINT - PtMinTrackSize _POINT - PtMaxTrackSize _POINT + ptReserved _POINT + ptMaxSize _POINT + ptMaxPosition _POINT + ptMinTrackSize _POINT + ptMaxTrackSize _POINT } func (l _LPARAM) MINMAXINFO() *_MINMAXINFO { |
