mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 14:30:57 +00:00
[VGA]
- Return SPS_ACCEPT_NOEXCLUDE from DrvSetPointerShape because we completed the requested operation successfully - Patch by Daniel Zimmermann - Fixes bug 4347 svn path=/trunk/; revision=47087
This commit is contained in:
parent
dc3a34f70b
commit
31c846d674
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ DrvSetPointerShape(
|
|||
VGADDI_ShowCursor(ppdev, prcl);
|
||||
}
|
||||
|
||||
return SPS_ACCEPT_EXCLUDE;
|
||||
return SPS_ACCEPT_NOEXCLUDE;
|
||||
}
|
||||
|
||||
static VOID FASTCALL
|
||||
|
|
Loading…
Reference in a new issue