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:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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...) ;
|
||||
|
||||
Reference in New Issue
Block a user