diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-18 22:45:40 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-18 22:45:40 -0400 |
| commit | f131ac432bceb9129bf62af88cdf6e301e85a488 (patch) | |
| tree | 000e05fcdff3f5c79db12448ffa3154e5cd24a14 /redo/winapi_windows.h | |
| parent | e0e52ad83457c5c7ad9afd4ae124be68c47333a6 (diff) | |
Implemented the beginning of a potential solution to the Windows modality issue.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index e888c99..199f838 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -32,6 +32,8 @@ enum { msgAreaSizeChanged, msgAreaRepaintAll, msgTabCurrentTabHasChildren, + msgBeginModal, + msgEndModal, }; // uitask_windows.c |
