mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 13:43:42 +00:00
I forgot to remove debug code in MouseGDICallBack.
svn path=/trunk/; revision=4717
This commit is contained in:
parent
c0bb24f7ad
commit
b44dda2928
1 changed files with 1 additions and 5 deletions
|
@ -16,7 +16,7 @@
|
||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
*/
|
*/
|
||||||
/* $Id: mouse.c,v 1.24 2003/05/18 19:21:24 ea Exp $
|
/* $Id: mouse.c,v 1.25 2003/05/18 19:30:55 ea Exp $
|
||||||
*
|
*
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
* PURPOSE: Mouse
|
* PURPOSE: Mouse
|
||||||
|
@ -306,11 +306,7 @@ MouseGDICallBack(PMOUSE_INPUT_DATA Data, ULONG InputCount)
|
||||||
|
|
||||||
if (SafetySwitch == FALSE && SafetySwitch2 == FALSE)
|
if (SafetySwitch == FALSE && SafetySwitch2 == FALSE)
|
||||||
{
|
{
|
||||||
#if 1
|
|
||||||
SurfGDI->MovePointer(SurfObj, mouse_x, mouse_y, &MouseRect);
|
SurfGDI->MovePointer(SurfObj, mouse_x, mouse_y, &MouseRect);
|
||||||
#else
|
|
||||||
DbgPrint("WIN32K.%s: call SurfGDI->MovePointer()\n",__FUNCTION__);
|
|
||||||
#endif
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue