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

Jacek Caban jacek at codeweavers.com
Tue Oct 2 05:52:15 CDT 2018


Hi Bernhard,

On 10/01/2018 08:16 PM, Bernhard Übelacker wrote:
> +    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).


Other than that, the patch looks good to me.


Thanks,

Jacek




More information about the wine-devel mailing list