[PATCH] Wine's ChangeDisplaySettingsEx is too strict

Jeff Latimer lats at yless4u.com.au
Sun Jan 20 03:17:43 CST 2008


Szombathelyi György 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?

Jeff



More information about the wine-devel mailing list