summaryrefslogtreecommitdiff
path: root/clutter/clutter-feature.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-feature.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-feature.h')
-rw-r--r--clutter/clutter-feature.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clutter/clutter-feature.h b/clutter/clutter-feature.h
index d9d225e38..0fc013b03 100644
--- a/clutter/clutter-feature.h
+++ b/clutter/clutter-feature.h
@@ -46,7 +46,7 @@ G_BEGIN_DECLS
* @CLUTTER_FEATURE_STAGE_STATIC: Set if stage size if fixed (i.e framebuffer)
* @CLUTTER_FEATURE_STAGE_USER_RESIZE: Set if stage is able to be user resized.
* @CLUTTER_FEATURE_STAGE_CURSOR: Set if stage has a graphical cursor.
- * @CLUTTER_FEATURE_SHADER_GLSL: Set if the backend supports GLSL shaders.
+ * @CLUTTER_FEATURE_SHADERS_GLSL: Set if the backend supports GLSL shaders.
*
* Runtime flags indicating specific features available via Clutter window
* sysytem and graphics backend.