Bug 551242 - [OOPP] Hang (caught by hang detector) with flash and alt key. r=bent.

This commit is contained in:
Jim Mathies
2010-03-10 19:16:44 -06:00
parent eb257d7031
commit a357aaccaa
2 changed files with 26 additions and 13 deletions

View File

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