Author: greatlrd Date: Sat Dec 11 12:26:12 2010 New Revision: 50009
URL: http://svn.reactos.org/svn/reactos?rev=50009&view=rev Log: remove few debug msg
Modified: branches/reactx/reactos/subsystems/win32/win32k/ntddraw/dxeng.c
Modified: branches/reactx/reactos/subsystems/win32/win32k/ntddraw/dxeng.c URL: http://svn.reactos.org/svn/reactos/branches/reactx/reactos/subsystems/win32/... ============================================================================== --- branches/reactx/reactos/subsystems/win32/win32k/ntddraw/dxeng.c [iso-8859-1] (original) +++ branches/reactx/reactos/subsystems/win32/win32k/ntddraw/dxeng.c [iso-8859-1] Sat Dec 11 12:26:12 2010 @@ -283,12 +283,6 @@ DWORD_PTR retVal = 0; PPDEVOBJ PDev = (PPDEVOBJ)hDev;
- DPRINT1("ReactX Calling : DxEngGetHdevData DXEGSHDEVDATA : %ld\n", Type); - -#if 1 - DPRINT1("HDEV hDev %08lx\n", hDev); -#endif - switch ( Type ) { case DxEGShDevData_Surface: @@ -372,10 +366,6 @@ default: break; } - -#if 1 - DPRINT1("return value %08lx\n", retVal); -#endif
return retVal;
@@ -743,7 +733,7 @@ if (pDC) { if (SetType == 1) - { + { if ( Set ) pDC->fs |= DC_FLAG_FULLSCREEN; else