summaryrefslogtreecommitdiff
path: root/clutter/clutter-debug.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2007-12-05 21:15:19 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2007-12-05 21:15:19 +0000
commit4ff25a291c25e3e6df19f7fd4da7e31e72d94f30 (patch)
tree67e11dab74ad7108b77e99cd1907aa19e9853582 /clutter/clutter-debug.h
parente9d9715dcfa1f186c81f34ac785cd35c5d456fff (diff)
downloadclutter-4ff25a291c25e3e6df19f7fd4da7e31e72d94f30.tar.gz
2007-12-05 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-score.h: Rearrange declarations. * clutter/clutter-score.c: More documentation in the long description of the ClutterScore section. * clutter/clutter-debug.h: * clutter/clutter-main.c: Add the CLUTTER_DEBUG_SHADER flag, for debugging the shader calls. * clutter/clutter-feature.h: Fix the documentation of the feature flags. * clutter/Makefile.am: Remove trailing whitespace.
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 f22d60303..f4252595c 100644
--- a/clutter/clutter-debug.h
+++ b/clutter/clutter-debug.h
@@ -18,7 +18,8 @@ typedef enum {
CLUTTER_DEBUG_PANGO = 1 << 8,
CLUTTER_DEBUG_BACKEND = 1 << 9,
CLUTTER_DEBUG_SCHEDULER = 1 << 10,
- CLUTTER_DEBUG_SCRIPT = 1 << 11
+ CLUTTER_DEBUG_SCRIPT = 1 << 11,
+ CLUTTER_DEBUG_SHADER = 1 << 12
} ClutterDebugFlag;
#ifdef CLUTTER_ENABLE_DEBUG