1
0
mirror of https://github.com/FunkyFr3sh/cnc-ddraw.git synced 2025-03-15 06:04:49 +01:00

#319 fix moving cursor bug in Nancy drew games (macOS)

This commit is contained in:
FunkyFr3sh 2024-05-31 02:43:20 +02:00
parent 0be22be87b
commit 5c1f822a35

View File

@ -1056,6 +1056,8 @@ HRESULT dd_SetDisplayMode(DWORD dwWidth, DWORD dwHeight, DWORD dwBPP, DWORD dwFl
if ((exstyle & WS_EX_CLIENTEDGE))
{
swp_flags |= SWP_FRAMECHANGED;
real_SetWindowLongA(g_ddraw.hwnd, GWL_EXSTYLE, exstyle & ~(WS_EX_CLIENTEDGE));
}