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

@ -81,6 +81,7 @@ static const GDebugKey clutter_debug_keys[] = {
{ "backend", CLUTTER_DEBUG_BACKEND },
{ "scheduler", CLUTTER_DEBUG_SCHEDULER },
{ "script", CLUTTER_DEBUG_SCRIPT },
{ "shader", CLUTTER_DEBUG_SHADER },
};
#endif /* CLUTTER_ENABLE_DEBUG */