mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 02:41:22 +00:00
tinus <o112w8r02@sneakemail.com>
Prevent part of "My Computer" icon being erased during startup svn path=/trunk/; revision=13132
This commit is contained in:
parent
626bad3278
commit
c668ac40c1
1 changed files with 2 additions and 2 deletions
|
@ -220,7 +220,7 @@ IntSetCursor(PWINSTATION_OBJECT WinStaObject, PCURICON_OBJECT NewCursor,
|
||||||
NewCursor->IconInfo.yHotspot,
|
NewCursor->IconInfo.yHotspot,
|
||||||
CurInfo->x,
|
CurInfo->x,
|
||||||
CurInfo->y,
|
CurInfo->y,
|
||||||
NULL,
|
&(GDIDEV(SurfObj)->Pointer.Exclude),
|
||||||
SPS_CHANGE);
|
SPS_CHANGE);
|
||||||
DPRINT("SetCursor: DrvSetPointerShape() returned %x\n",
|
DPRINT("SetCursor: DrvSetPointerShape() returned %x\n",
|
||||||
GDIDEV(SurfObj)->Pointer.Status);
|
GDIDEV(SurfObj)->Pointer.Status);
|
||||||
|
@ -238,7 +238,7 @@ IntSetCursor(PWINSTATION_OBJECT WinStaObject, PCURICON_OBJECT NewCursor,
|
||||||
NewCursor->IconInfo.yHotspot,
|
NewCursor->IconInfo.yHotspot,
|
||||||
CurInfo->x,
|
CurInfo->x,
|
||||||
CurInfo->y,
|
CurInfo->y,
|
||||||
NULL,
|
&(GDIDEV(SurfObj)->Pointer.Exclude),
|
||||||
SPS_CHANGE);
|
SPS_CHANGE);
|
||||||
GDIDEV(SurfObj)->Pointer.MovePointer = EngMovePointer;
|
GDIDEV(SurfObj)->Pointer.MovePointer = EngMovePointer;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue