diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-11 10:01:55 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-11 10:01:55 -0400 |
| commit | d14ee7f3ddc76755495b42730124f8c1be66dd15 (patch) | |
| tree | 1d19514b7343c67ffad18c67a24b7ca6429da0be /zconstants_windows_amd64.go | |
| parent | 0e620c4d34193089e5529623ad1655744a5e0b89 (diff) | |
Fixed the implementation of sysData.center() on Windows to be thread-safe; also added center() to the _xSysData interface.
Diffstat (limited to 'zconstants_windows_amd64.go')
| -rw-r--r-- | zconstants_windows_amd64.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zconstants_windows_amd64.go b/zconstants_windows_amd64.go index a8bed71..ec55813 100644 --- a/zconstants_windows_amd64.go +++ b/zconstants_windows_amd64.go @@ -80,8 +80,8 @@ const _SIF_POS = 4 const _SIF_RANGE = 1 const _SIF_TRACKPOS = 16 const _SM_CXDOUBLECLK = 36 -const _SM_CYDOUBLECLK = 37 const _SM_CXFULLSCREEN = 16 +const _SM_CYDOUBLECLK = 37 const _SM_CYFULLSCREEN = 17 const _SPI_GETNONCLIENTMETRICS = 41 const _SRCCOPY = 13369376 |
