- 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:
Cameron Gutman 2010-05-02 21:04:47 +00:00
parent dc3a34f70b
commit 31c846d674

View file

@ -272,7 +272,7 @@ DrvSetPointerShape(
VGADDI_ShowCursor(ppdev, prcl); VGADDI_ShowCursor(ppdev, prcl);
} }
return SPS_ACCEPT_EXCLUDE; return SPS_ACCEPT_NOEXCLUDE;
} }
static VOID FASTCALL static VOID FASTCALL