Bug 607326 - Fix for ASSERTION: Received 'nonqueued' message 126. r=bent, a=final.

This commit is contained in:
Jim Mathies 2010-11-05 10:19:05 -05:00
parent bc8f55e1ed
commit ada067c895

View File

@ -210,6 +210,7 @@ ProcessOrDeferMessage(HWND hwnd,
case WM_PARENTNOTIFY:
case WM_SETFOCUS:
case WM_SYSCOMMAND:
case WM_DISPLAYCHANGE:
case WM_SHOWWINDOW: // Intentional fall-through.
case WM_XP_THEMECHANGED: {
deferred = new DeferredSendMessage(hwnd, uMsg, wParam, lParam);