mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 18:31:26 +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,
|
||||
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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue