diff options
| author | Pietro Gagliardi <[email protected]> | 2014-06-02 17:12:10 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-06-02 17:12:10 -0400 |
| commit | 74c851754c52adf74e611bc1533c8eb481439d84 (patch) | |
| tree | 570e882319e45a13dc7cb0cbc2c2abfd615d6074 /zconstants_windows_386.go | |
| parent | a1150fb9eabe496eb20da7db8e5f4ecad2dba7d1 (diff) | |
Gave message boxes on Windows the MB_TASKMODAL style, which does event modality to the other windows in the program. Does not affect resizes.
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 fa0ab76..422b320 100644 --- a/zconstants_windows_386.go +++ b/zconstants_windows_386.go @@ -49,6 +49,7 @@ const _LF_FACESIZE = 32 const _MA_ACTIVATE = 1 const _MB_ICONERROR = 16 const _MB_OK = 0 +const _MB_TASKMODAL = 8192 const _MK_LBUTTON = 1 const _MK_MBUTTON = 16 const _MK_RBUTTON = 2 |
