Disable S&T debug output and fix typo.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42563 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler
2011-08-03 23:51:30 +00:00
parent 360ac869d3
commit 01d68c9728
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@
#include "WindowList.h"
#define DEBUG_STACK_AND_TILE
//#define DEBUG_STACK_AND_TILE
#ifdef DEBUG_STACK_AND_TILE
# define STRACE_SAT(x...) debug_printf("SAT: "x)
+1 -1
View File
@@ -17,7 +17,7 @@
#include "Window.h"
#define DEBUG_STACKING
//#define DEBUG_STACKING
#ifdef DEBUG_STACKING
# define STRACE_STACKING(x...) debug_printf("SAT Stacking: "x)
+2 -2
View File
@@ -17,9 +17,9 @@
using namespace std;
//#define DEBUG_TILEING
//#define DEBUG_TILING
#ifdef DEBUG_TILEING
#ifdef DEBUG_TILING
# define STRACE_TILING(x...) debug_printf("SAT Tiling: "x)
#else
# define STRACE_TILING(x...) ;