mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 23:06:00 +00:00
Silence some debug messages
svn path=/trunk/; revision=4368
This commit is contained in:
parent
f6818caa5e
commit
4a6584272a
13 changed files with 13 additions and 16 deletions
|
@ -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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -760,7 +760,6 @@ NtUserBeginPaint(HWND hWnd, PAINTSTRUCT* lPs)
|
||||||
{
|
{
|
||||||
return(NULL);
|
return(NULL);
|
||||||
}
|
}
|
||||||
if (Window->Flags & WINDOWOBJECT_NEED_ERASEBACKGRD) { DbgPrint("[ayes:0]"); } else { DbgPrint("[ano:0]"); } /*testing*/
|
|
||||||
IsIcon = Window->Style & WS_MINIMIZE &&
|
IsIcon = Window->Style & WS_MINIMIZE &&
|
||||||
NtUserGetClassLong(Window->Self, GCL_HICON);
|
NtUserGetClassLong(Window->Self, GCL_HICON);
|
||||||
|
|
||||||
|
@ -818,7 +817,6 @@ NtUserBeginPaint(HWND hWnd, PAINTSTRUCT* lPs)
|
||||||
if (Window->Flags & WINDOWOBJECT_NEED_ERASEBACKGRD)
|
if (Window->Flags & WINDOWOBJECT_NEED_ERASEBACKGRD)
|
||||||
{
|
{
|
||||||
BOOLEAN Result;
|
BOOLEAN Result;
|
||||||
DbgPrint("[dne:0]");
|
|
||||||
Window->Flags &= ~WINDOWOBJECT_NEED_ERASEBACKGRD;
|
Window->Flags &= ~WINDOWOBJECT_NEED_ERASEBACKGRD;
|
||||||
Result = NtUserSendMessage(hWnd,
|
Result = NtUserSendMessage(hWnd,
|
||||||
IsIcon ? WM_ICONERASEBKGND : WM_ERASEBKGND,
|
IsIcon ? WM_ICONERASEBKGND : WM_ERASEBKGND,
|
||||||
|
@ -828,7 +826,6 @@ DbgPrint("[dne:0]");
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DbgPrint("[dne:1]");
|
|
||||||
lPs->fErase = FALSE;
|
lPs->fErase = FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -95,7 +95,7 @@ W32kPolygon(HDC hDC,
|
||||||
RECTL DestRect;
|
RECTL DestRect;
|
||||||
int CurrentPoint;
|
int CurrentPoint;
|
||||||
|
|
||||||
DbgPrint("In W32kPolygon()\n");
|
DPRINT("In W32kPolygon()\n");
|
||||||
|
|
||||||
if(0 == dc)
|
if(0 == dc)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <win32k/icm.h>
|
#include <win32k/icm.h>
|
||||||
|
|
||||||
// #define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <win32k/metafile.h>
|
#include <win32k/metafile.h>
|
||||||
|
|
||||||
// #define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
HENHMETAFILE
|
HENHMETAFILE
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
#include <win32k/pen.h>
|
#include <win32k/pen.h>
|
||||||
#include "../eng/objects.h"
|
#include "../eng/objects.h"
|
||||||
|
|
||||||
//#define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
//#include <win32k/debug.h>
|
//#include <win32k/debug.h>
|
||||||
#include <win32k/paint.h>
|
#include <win32k/paint.h>
|
||||||
|
|
||||||
// #define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
BOOL
|
BOOL
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <float.h>
|
#include <float.h>
|
||||||
|
|
||||||
// #define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
#define NUM_ENTRIES_INITIAL 16 /* Initial size of points / flags arrays */
|
#define NUM_ENTRIES_INITIAL 16 /* Initial size of points / flags arrays */
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <win32k/pen.h>
|
#include <win32k/pen.h>
|
||||||
|
|
||||||
// #define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
HPEN
|
HPEN
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
#include <win32k/pen.h>
|
#include <win32k/pen.h>
|
||||||
#include <include/object.h>
|
#include <include/object.h>
|
||||||
|
|
||||||
// #define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
#define PFILL_EDGE_ALLOC_TAG 0x45465044
|
#define PFILL_EDGE_ALLOC_TAG 0x45465044
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <win32k/print.h>
|
#include <win32k/print.h>
|
||||||
|
|
||||||
// #define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
INT
|
INT
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <win32k/gdiobj.h>
|
#include <win32k/gdiobj.h>
|
||||||
#include <include/rect.h>
|
#include <include/rect.h>
|
||||||
|
|
||||||
//#define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
/* FUNCTIONS *****************************************************************/
|
/* FUNCTIONS *****************************************************************/
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#include <include/rect.h>
|
#include <include/rect.h>
|
||||||
|
|
||||||
|
|
||||||
// #define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
BOOL STDCALL
|
BOOL STDCALL
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#include <ddk/ntddk.h>
|
#include <ddk/ntddk.h>
|
||||||
#include <win32k/wingl.h>
|
#include <win32k/wingl.h>
|
||||||
|
|
||||||
// #define NDEBUG
|
#define NDEBUG
|
||||||
#include <win32k/debug1.h>
|
#include <win32k/debug1.h>
|
||||||
|
|
||||||
INT
|
INT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue