[PATCH] user32: add GetPhysicalCursorPos/SetPhysicalCursorPos stubs (try 2)

Dmitry Timoshkov dmitry at baikal.ru
Tue May 16 01:38:18 CDT 2017


Austin English <austinenglish at gmail.com> wrote:

> +BOOL WINAPI GetPhysicalCursorPos(POINT *point)
> +{
> +    FIXME("(%p) semi-stub: forwarding to GetCursorPos\n", point);
> +    return GetPhysicalCursorPos(point);
> +}

A copy/paste bug.

-- 
Dmitry.



More information about the wine-devel mailing list