- Forgotten in r47924. Change name of BOOL parameter for UserSetCursorPos to better describe its purpose as done in c source.

svn path=/trunk/; revision=47927
This commit is contained in:
Michael Martin 2010-07-03 11:46:08 +00:00
parent cfc7748e23
commit 6027c26e60

View file

@ -77,7 +77,7 @@ BOOL UserDrawIconEx(HDC hDc, INT xLeft, INT yTop, PCURICON_OBJECT pIcon, INT cxW
INT cyHeight, UINT istepIfAniCur, HBRUSH hbrFlickerFreeDraw, UINT diFlags);
PCURICON_OBJECT FASTCALL UserGetCurIconObject(HCURSOR hCurIcon);
BOOL UserSetCursorPos( INT x, INT y, BOOL CallHooks);
BOOL UserSetCursorPos( INT x, INT y, BOOL SendMouseMoveMsg);
int UserShowCursor(BOOL bShow);