13 Mar
2024
13 Mar
'24
9:55 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/user32/tests/monitor.c:
dm.dmDisplayOrientation); }
-static void test_ChangeDisplaySettingsEx(void) +#define wait_for_dm(a, b, c, d) wait_for_dm_(__LINE__, a, b, c, d) +static void wait_for_dm_(int line, const char *device, DWORD expectedWidth, DWORD expectedHeight, BOOL todo)
Let's use expected_width instead expectedWidth. Same for expectedHeight. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5060#note_64521