Re: [PATCH] user32: add GetPhysicalCursorPos/SetPhysicalCursorPos stubs (try 2)
May 16, 2017
1:38 a.m.
Austin English <austinenglish(a)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.
3235
Age (days ago)
3235
Last active (days ago)
0 comments
1 participants
participants (1)
-
Dmitry Timoshkov