summaryrefslogtreecommitdiff
path: root/clutter/clutter-debug.h
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-09-28 14:24:57 +0200
committerTomeu Vizoso <tomeu.vizoso@collabora.co.uk>2011-09-28 14:28:04 +0200
commit39db46123ed6bbbc3e6ad359a64d4d344ca9e11b (patch)
tree92921c4aa7ef10e459b2a6e3491ccf60f6670b36 /clutter/clutter-debug.h
parent4f5ce6c165e9e9e599993e77b987f2f229264731 (diff)
downloadclutter-39db46123ed6bbbc3e6ad359a64d4d344ca9e11b.tar.gz
Add paint-deform-tiles option to CLUTTER_DEBUG
To make easier to visualize the triangles in a ClutterDeformEffect https://bugzilla.gnome.org/show_bug.cgi?id=660354
Diffstat (limited to 'clutter/clutter-debug.h')
-rw-r--r--clutter/clutter-debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/clutter/clutter-debug.h b/clutter/clutter-debug.h
index f4a9bf872..be551e155 100644
--- a/clutter/clutter-debug.h
+++ b/clutter/clutter-debug.h
@@ -27,7 +27,8 @@ typedef enum {
CLUTTER_DEBUG_PICK = 1 << 16,
CLUTTER_DEBUG_EVENTLOOP = 1 << 17,
CLUTTER_DEBUG_CLIPPING = 1 << 18,
- CLUTTER_DEBUG_OOB_TRANSFORMS = 1 << 19
+ CLUTTER_DEBUG_OOB_TRANSFORMS = 1 << 19,
+ CLUTTER_DEBUG_PAINT_DEFORM_TILES = 1 << 20,
} ClutterDebugFlag;
typedef enum {