diff options
| author | papplampe <[email protected]> | 2014-06-10 14:34:26 +0200 |
|---|---|---|
| committer | papplampe <[email protected]> | 2014-06-11 11:41:31 +0200 |
| commit | 4fa35b22391d56ba22725229f8d99f0061c910d0 (patch) | |
| tree | 7d35fc8183616b75b65a89b006be043b173b171b /zconstants_windows_amd64.go | |
| parent | 5fa1bd22e2d457523949e0e5e1dece729d053129 (diff) | |
added Center function to window
Diffstat (limited to 'zconstants_windows_amd64.go')
| -rw-r--r-- | zconstants_windows_amd64.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zconstants_windows_amd64.go b/zconstants_windows_amd64.go index de3a31e..a8bed71 100644 --- a/zconstants_windows_amd64.go +++ b/zconstants_windows_amd64.go @@ -81,6 +81,8 @@ const _SIF_RANGE = 1 const _SIF_TRACKPOS = 16 const _SM_CXDOUBLECLK = 36 const _SM_CYDOUBLECLK = 37 +const _SM_CXFULLSCREEN = 16 +const _SM_CYFULLSCREEN = 17 const _SPI_GETNONCLIENTMETRICS = 41 const _SRCCOPY = 13369376 const _SS_LEFTNOWORDWRAP = 12 |
