Add WM_CAPTURECHANGED to the list of delayed messages.

This commit is contained in:
Ben Turner 2009-12-01 15:09:33 -08:00
parent a6336324be
commit 8f022ce032

View File

@ -173,6 +173,7 @@ ProcessOrDeferMessage(HWND hwnd,
// their wParam or lParam arguments!
case WM_ACTIVATE:
case WM_ACTIVATEAPP:
case WM_CAPTURECHANGED:
case WM_CHILDACTIVATE:
case WM_DESTROY:
case WM_IME_NOTIFY: