diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-14 13:05:31 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-14 13:05:31 -0400 |
| commit | acbe70b4e5688df23e04ac0e55d8515252a52275 (patch) | |
| tree | 4ad3a6cd2cb7e909dbd6437ffa6b852b09f1561b /redo/winapi_windows.h | |
| parent | 2c8bb7bc6d3b5614d53de957b4dca025c53a9cee (diff) | |
Fixed the infinite loop on Tab control dialog message bug(s) on the Windows backend.
Diffstat (limited to 'redo/winapi_windows.h')
| -rw-r--r-- | redo/winapi_windows.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h index c063679..c5fd4c1 100644 --- a/redo/winapi_windows.h +++ b/redo/winapi_windows.h @@ -29,6 +29,7 @@ enum { msgNOTIFY, // WM_NOTIFY proxy msgAreaSizeChanged, msgAreaRepaintAll, + msgTabCurrentTabHasChildren, }; // uitask_windows.c |
