[cairo-commit] src/cairo-ps-surface.c
Adrian Johnson
ajohnson at kemper.freedesktop.org
Tue Sep 13 02:23:18 PDT 2011
src/cairo-ps-surface.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 8218f5278e99a4f82113b6290500f0661402019e
Author: Adrian Johnson <ajohnson at redneon.com>
Date: Tue Sep 13 18:52:50 2011 +0930
ps: turn off debug
diff --git a/src/cairo-ps-surface.c b/src/cairo-ps-surface.c
index dcd2161..e9ed939 100644
--- a/src/cairo-ps-surface.c
+++ b/src/cairo-ps-surface.c
@@ -83,7 +83,7 @@
#include <zlib.h>
#include <errno.h>
-#define DEBUG_PS 1
+#define DEBUG_PS 0
#if DEBUG_PS
#define DEBUG_FALLBACK(s) \
More information about the cairo-commit
mailing list