diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-09 10:40:32 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-06-09 10:40:32 +0100 |
commit | 6eb5f859f1d38783dc43541e7e87b0c5f91691d8 (patch) | |
tree | 0db6196c33a07f89c60ce06b67b6aa18731d3ec9 | |
parent | 85af0ec37456b4eb47c39326b24370a9ccc43092 (diff) |
bo: And disable DEBUG_TRAPS again.
Meh. I'm going back to bed. Thanks Joonas for catching this.
-rw-r--r-- | src/cairo-bentley-ottmann.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-bentley-ottmann.c b/src/cairo-bentley-ottmann.c index 2ead960e..b3819f2f 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; |