Author: cgutman Date: Sun May 2 23:04:47 2010 New Revision: 47087
URL: http://svn.reactos.org/svn/reactos?rev=47087&view=rev Log: [VGA] - Return SPS_ACCEPT_NOEXCLUDE from DrvSetPointerShape because we completed the requested operation successfully - Patch by Daniel Zimmermann - Fixes bug 4347
Modified: trunk/reactos/drivers/video/displays/vga/objects/pointer.c
Modified: trunk/reactos/drivers/video/displays/vga/objects/pointer.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/displays/vga/... ============================================================================== --- trunk/reactos/drivers/video/displays/vga/objects/pointer.c [iso-8859-1] (original) +++ trunk/reactos/drivers/video/displays/vga/objects/pointer.c [iso-8859-1] Sun May 2 23:04:47 2010 @@ -272,7 +272,7 @@ VGADDI_ShowCursor(ppdev, prcl); }
- return SPS_ACCEPT_EXCLUDE; + return SPS_ACCEPT_NOEXCLUDE; }
static VOID FASTCALL