diff --git a/main.c b/main.c index d4fe8e0..9a4a961 100644 --- a/main.c +++ b/main.c @@ -191,6 +191,8 @@ HRESULT __stdcall ddraw_SetDisplayMode(IDirectDrawImpl *This, DWORD width, DWORD This->width = width; This->height = height; This->bpp = bpp; + This->cursorclip.width = width; + This->cursorclip.height = height; if(This->render.width < This->width) {