tinus <o112w8r02@sneakemail.com>

Prevent part of "My Computer" icon being erased during startup

svn path=/trunk/; revision=13132
This commit is contained in:
Gé van Geldorp 2005-01-19 14:15:29 +00:00
parent 626bad3278
commit c668ac40c1

View file

@ -220,7 +220,7 @@ IntSetCursor(PWINSTATION_OBJECT WinStaObject, PCURICON_OBJECT NewCursor,
NewCursor->IconInfo.yHotspot,
CurInfo->x,
CurInfo->y,
NULL,
&(GDIDEV(SurfObj)->Pointer.Exclude),
SPS_CHANGE);
DPRINT("SetCursor: DrvSetPointerShape() returned %x\n",
GDIDEV(SurfObj)->Pointer.Status);
@ -238,7 +238,7 @@ IntSetCursor(PWINSTATION_OBJECT WinStaObject, PCURICON_OBJECT NewCursor,
NewCursor->IconInfo.yHotspot,
CurInfo->x,
CurInfo->y,
NULL,
&(GDIDEV(SurfObj)->Pointer.Exclude),
SPS_CHANGE);
GDIDEV(SurfObj)->Pointer.MovePointer = EngMovePointer;
}