mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
Display message only if dmDriverExtra != 0
svn path=/trunk/; revision=32299
This commit is contained in:
@@ -514,7 +514,10 @@ IntPrepareDriver()
|
||||
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 [email protected] ****\n", PrimarySurface.DMW.dmDriverExtra);
|
||||
}
|
||||
|
||||
if (0 == PrimarySurface.GDIInfo.ulLogPixelsX)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user