mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[win32k]
- 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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user