diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-06 01:49:23 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-06 01:49:23 -0400 |
| commit | 4856790299cf531b874a4e1b835017b0ca9abd03 (patch) | |
| tree | 6dc89652c64b77096918447a7687314f49498b68 /zconstants_windows_386.go | |
| parent | 00ec85dee69130ac4294e71be45470324244324c (diff) | |
Fixed the standard window class focus behavior on Windows from the previous commit to work. Also updated the SetFocus() call in area_windows.go to boot and removed the relevant TODO after checking both wine and Windows XP work fine.
Diffstat (limited to 'zconstants_windows_386.go')
| -rw-r--r-- | zconstants_windows_386.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/zconstants_windows_386.go b/zconstants_windows_386.go index 31a92fb..304b175 100644 --- a/zconstants_windows_386.go +++ b/zconstants_windows_386.go @@ -49,7 +49,6 @@ const _LB_GETTEXT = 393 const _LB_GETTEXTLEN = 394 const _LB_INSERTSTRING = 385 const _LF_FACESIZE = 32 -const _MA_ACTIVATE = 1 const _MB_APPLMODAL = 0 const _MB_ICONERROR = 16 const _MB_OK = 0 |
