Author: hpoussin Date: Mon Feb 11 19:51:26 2008 New Revision: 32299
URL: http://svn.reactos.org/svn/reactos?rev=32299&view=rev Log: Display message only if dmDriverExtra != 0
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c
Modified: trunk/reactos/subsystems/win32/win32k/objects/dc.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/subsystems/win32/win32k/obj... ============================================================================== --- trunk/reactos/subsystems/win32/win32k/objects/dc.c (original) +++ trunk/reactos/subsystems/win32/win32k/objects/dc.c Mon Feb 11 19:51:26 2008 @@ -514,7 +514,10 @@ DPRINT1("WARNING!!! Need to Alloc DMW !!!!!!\n"); } // Dont remove until we finish testing other drivers. - DPRINT1("DMW extra %x !!!!!!\n",PrimarySurface.DMW.dmDriverExtra); + if (PrimarySurface.DMW.dmDriverExtra != 0) + { + DPRINT1("**** DMW extra = %u bytes. Please report to ros-dev@reactos.org ****\n", PrimarySurface.DMW.dmDriverExtra); + }
if (0 == PrimarySurface.GDIInfo.ulLogPixelsX) {