mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +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:
@@ -272,7 +272,7 @@ DrvSetPointerShape(
|
||||
VGADDI_ShowCursor(ppdev, prcl);
|
||||
}
|
||||
|
||||
return SPS_ACCEPT_EXCLUDE;
|
||||
return SPS_ACCEPT_NOEXCLUDE;
|
||||
}
|
||||
|
||||
static VOID FASTCALL
|
||||
|
||||
Reference in New Issue
Block a user