bo: And disable DEBUG_TRAPS again.

Meh. I'm going back to bed. Thanks Joonas for catching this.
This commit is contained in:
Chris Wilson 2010-06-09 10:40:32 +01:00
parent 85af0ec374
commit 6eb5f859f1

View file

@ -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;