[cairo-commit] src/cairo-bentley-ottmann.c

Chris Wilson ickle at kemper.freedesktop.org
Wed Jun 9 02:41:21 PDT 2010


 src/cairo-bentley-ottmann.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6eb5f859f1d38783dc43541e7e87b0c5f91691d8
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Jun 9 10:40:32 2010 +0100

    bo: And disable DEBUG_TRAPS again.
    
    Meh. I'm going back to bed. Thanks Joonas for catching this.

diff --git a/src/cairo-bentley-ottmann.c b/src/cairo-bentley-ottmann.c
index 2ead960..b3819f2 100644
--- a/src/cairo-bentley-ottmann.c
+++ b/src/cairo-bentley-ottmann.c
@@ -44,7 +44,7 @@
 
 #define DEBUG_PRINT_STATE 0
 #define DEBUG_EVENTS 0
-#define DEBUG_TRAPS 1
+#define DEBUG_TRAPS 0
 
 typedef cairo_point_t cairo_bo_point32_t;
 


More information about the cairo-commit mailing list