mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +00:00
[FORMATTING]
Fix indentation, no code change. svn path=/branches/reactos-yarotows/; revision=49241
This commit is contained in:
parent
8af88571ea
commit
b0dd54e446
1 changed files with 89 additions and 86 deletions
|
@ -112,7 +112,10 @@ MouseSafetyOnDrawEnd(
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
ppdev->pfnMovePointer(&ppdev->pSurface->SurfObj, gpsi->ptCursor.x, gpsi->ptCursor.y, &pgp->Exclude);
|
||||
ppdev->pfnMovePointer(&ppdev->pSurface->SurfObj,
|
||||
gpsi->ptCursor.x,
|
||||
gpsi->ptCursor.y,
|
||||
&pgp->Exclude);
|
||||
|
||||
ppdev->SafetyRemoveLevel = 0;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue