[ros-diffs] [greatlrd] 28685: do not hide stub with a DPRINT1 print it

greatlrd at svn.reactos.org greatlrd at svn.reactos.org
Thu Aug 30 22:01:59 CEST 2007


Author: greatlrd
Date: Fri Aug 31 00:01:59 2007
New Revision: 28685

URL: http://svn.reactos.org/svn/reactos?rev=28685&view=rev
Log:
do not hide stub with a DPRINT1 print it 

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/objects/dc.c?rev=28685&r1=28684&r2=28685&view=diff
==============================================================================
--- trunk/reactos/subsystems/win32/win32k/objects/dc.c (original)
+++ trunk/reactos/subsystems/win32/win32k/objects/dc.c Fri Aug 31 00:01:59 2007
@@ -3288,7 +3288,7 @@
     OUT LPRECT prc,
     IN DWORD f)
 {
-  DPRINT("stub");
+  DPRINT1("stub");
   return  DCB_RESET;   /* bounding rectangle always empty */
 }
 
@@ -3299,7 +3299,7 @@
     IN LPRECT prc,
     IN DWORD f)
 {
-  DPRINT("stub");
+  DPRINT1("stub");
   return  DCB_DISABLE;   /* bounding rectangle always empty */
 }
 




More information about the Ros-diffs mailing list