Silence some debug messages

svn path=/trunk/; revision=4368
This commit is contained in:
Gé van Geldorp 2003-03-20 08:22:01 +00:00
parent f6818caa5e
commit 4a6584272a
13 changed files with 13 additions and 16 deletions

View file

@ -1,4 +1,4 @@
/* $Id: painting.c,v 1.9 2003/03/18 08:33:27 gvg Exp $
/* $Id: painting.c,v 1.10 2003/03/20 08:22:01 gvg Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -760,7 +760,6 @@ NtUserBeginPaint(HWND hWnd, PAINTSTRUCT* lPs)
{
return(NULL);
}
if (Window->Flags & WINDOWOBJECT_NEED_ERASEBACKGRD) { DbgPrint("[ayes:0]"); } else { DbgPrint("[ano:0]"); } /*testing*/
IsIcon = Window->Style & WS_MINIMIZE &&
NtUserGetClassLong(Window->Self, GCL_HICON);
@ -818,7 +817,6 @@ NtUserBeginPaint(HWND hWnd, PAINTSTRUCT* lPs)
if (Window->Flags & WINDOWOBJECT_NEED_ERASEBACKGRD)
{
BOOLEAN Result;
DbgPrint("[dne:0]");
Window->Flags &= ~WINDOWOBJECT_NEED_ERASEBACKGRD;
Result = NtUserSendMessage(hWnd,
IsIcon ? WM_ICONERASEBKGND : WM_ERASEBKGND,
@ -828,7 +826,6 @@ DbgPrint("[dne:0]");
}
else
{
DbgPrint("[dne:1]");
lPs->fErase = FALSE;
}

View file

@ -95,7 +95,7 @@ W32kPolygon(HDC hDC,
RECTL DestRect;
int CurrentPoint;
DbgPrint("In W32kPolygon()\n");
DPRINT("In W32kPolygon()\n");
if(0 == dc)
return FALSE;

View file

@ -5,7 +5,7 @@
#include <ddk/ntddk.h>
#include <win32k/icm.h>
// #define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
BOOL

View file

@ -5,7 +5,7 @@
#include <ddk/ntddk.h>
#include <win32k/metafile.h>
// #define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
HENHMETAFILE

View file

@ -13,7 +13,7 @@
#include <win32k/pen.h>
#include "../eng/objects.h"
//#define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>

View file

@ -6,7 +6,7 @@
//#include <win32k/debug.h>
#include <win32k/paint.h>
// #define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
BOOL

View file

@ -12,7 +12,7 @@
#include <math.h>
#include <float.h>
// #define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
#define NUM_ENTRIES_INITIAL 16 /* Initial size of points / flags arrays */

View file

@ -3,7 +3,7 @@
#include <ddk/ntddk.h>
#include <win32k/pen.h>
// #define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
HPEN

View file

@ -16,7 +16,7 @@
#include <win32k/pen.h>
#include <include/object.h>
// #define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
#define PFILL_EDGE_ALLOC_TAG 0x45465044

View file

@ -3,7 +3,7 @@
#include <ddk/ntddk.h>
#include <win32k/print.h>
// #define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
INT

View file

@ -4,7 +4,7 @@
#include <win32k/gdiobj.h>
#include <include/rect.h>
//#define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
/* FUNCTIONS *****************************************************************/

View file

@ -11,7 +11,7 @@
#include <include/rect.h>
// #define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
BOOL STDCALL

View file

@ -4,7 +4,7 @@
#include <ddk/ntddk.h>
#include <win32k/wingl.h>
// #define NDEBUG
#define NDEBUG
#include <win32k/debug1.h>
INT