diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-05 23:27:17 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-05 23:27:17 -0400 |
| commit | 00ec85dee69130ac4294e71be45470324244324c (patch) | |
| tree | 550606bc7559a4a9d65389618027d488f08bcf8f /zconstants_windows_386.go | |
| parent | bb44712fad85ad7262ab6b82b3056753e4f1f20e (diff) | |
Implemented code to save and restore control focus on Windows properly when switching away from/back to our program. It's disabled for now though because it doesn't seem to work...
Diffstat (limited to 'zconstants_windows_386.go')
| -rw-r--r-- | zconstants_windows_386.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go index 254e6fd..31a92fb 100644 --- a/zconstants_windows_386.go +++ b/zconstants_windows_386.go @@ -129,6 +129,7 @@ const _VK_RWIN = 92 const _VK_SHIFT = 16 const _VK_SUBTRACT = 109 const _VK_UP = 38 +const _WA_INACTIVE = 0 const _WM_ACTIVATE = 6 const _WM_APP = 32768 const _WM_CLOSE = 16 |
