Commit remaining piece of bug 543788, r=jimm

This commit is contained in:
Benjamin Smedberg 2010-02-11 15:50:32 -05:00
parent cd2646569a
commit 12c1cd2d24

View File

@ -257,6 +257,8 @@ ProcessOrDeferMessage(HWND hwnd,
case WM_GETTEXT:
case WM_NCHITTEST:
case WM_SETICON:
case WM_STYLECHANGING:
case WM_STYLECHANGED:
case WM_SYNCPAINT: // Intentional fall-through.
case WM_WINDOWPOSCHANGING: {
return DefWindowProc(hwnd, uMsg, wParam, lParam);