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.
This commit is contained in:
Emmanuele Bassi
2007-12-05 21:15:19 +00:00
parent e9d9715dcf
commit 4ff25a291c
7 changed files with 34 additions and 5 deletions

View File

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