Skip to content
Snippets Groups Projects
Commit ea20614e authored by Ove Kåven's avatar Ove Kåven Committed by Alexandre Julliard
Browse files

Handle WM_SYNCPAINT with DefWindowProc.

parent 81963df6
No related branches found
No related tags found
No related merge requests found
......@@ -68,6 +68,7 @@ static LRESULT WINAPI DirectDrawSurface_WndProc(HWND hwnd, UINT msg, WPARAM wPar
case WM_SIZE:
case WM_MOVE:
case WM_ERASEBKGND:
case WM_SYNCPAINT:
/* since we're pretending fullscreen,
* let's not pass these on to the app */
ret = DefWindowProcA(hwnd, msg, wParam, lParam);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment