[PATCH v3 1/2] user32: Let nulldrv return some dummy monitor information.

Bernhard Übelacker bernhardu at mailbox.org
Tue Oct 2 08:45:51 CDT 2018


Hello Jacek,
thanks for reviewing.

>> +    if (handle != NULLDRV_DEFAULT_HMONITOR)
>> +        return FALSE;
> 
> This should probably set last error to ERROR_INVALID_HANDLE (at least
> that's what other drivers do).

While the other drivers set ERROR_INVALID_HANDLE,
in a non-interactive session I receive ERROR_INVALID_MONITOR_HANDLE on
testbot [1].

So I assume I should go ahead with the second?

Kind regards,
Bernhard

[1] https://testbot.winehq.org/JobDetails.pl?Key=42787



More information about the wine-devel mailing list