20 Jan
2008
20 Jan
'08
9:51 a.m.
"Jeff Latimer" <lats(a)yless4u.com.au> wrote:
if ((devmode->dmFields & (DM_PELSWIDTH | DM_PELSHEIGHT)) != (DM_PELSWIDTH | DM_PELSHEIGHT)) { WARN("devmode doesn't specify the resolution: %04x\n", devmode->dmFields); - return DISP_CHANGE_BADMODE; }
Is this warning still valid if this is valid Windows behaviour?
Yes it's still valid until there is a test case which shows that Windows does something different in this case. -- Dmitry.