[ros-diffs] [mjmartin] 47927: [win32k] - Forgotten in r47924. Change name of BOOL parameter for UserSetCursorPos to better describe its purpose as done in c source.

mjmartin at svn.reactos.org mjmartin at svn.reactos.org
Sat Jul 3 11:46:08 UTC 2010


Author: mjmartin
Date: Sat Jul  3 11:46:08 2010
New Revision: 47927

URL: http://svn.reactos.org/svn/reactos?rev=47927&view=rev
Log:
[win32k]
- Forgotten in r47924. Change name of BOOL parameter for UserSetCursorPos to better describe its purpose as done in c source.

Modified:
    trunk/reactos/subsystems/win32/win32k/include/cursoricon.h

Modified: trunk/reactos/subsystems/win32/win32k/include/cursoricon.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/include/cursoricon.h?rev=47927&r1=47926&r2=47927&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/include/cursoricon.h [iso-8859-1] (original)
+++ trunk/reactos/subsystems/win32/win32k/include/cursoricon.h [iso-8859-1] Sat Jul  3 11:46:08 2010
@@ -77,7 +77,7 @@
    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);
 




More information about the Ros-diffs mailing list