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

add all custom window messages to log

This commit is contained in:
FunkyFr3sh 2022-10-14 22:05:41 +02:00
parent fa9954ea9d
commit 0f9da22c85

View File

@ -1389,6 +1389,9 @@ char* dbg_mes_to_str(int id)
case WM_DISPLAYCHANGE_DDRAW: return "WM_DISPLAYCHANGE_DDRAW";
case WM_SIZE_DDRAW: return "WM_SIZE_DDRAW";
case WM_MOVE_DDRAW: return "WM_MOVE_DDRAW";
case WM_D3D9DEVICELOST: return "WM_D3D9DEVICELOST";
case WM_WINEFULLSCREEN: return "WM_WINEFULLSCREEN";
case WM_AUTORENDERER: return "WM_AUTORENDERER";
}
return 0;