summaryrefslogtreecommitdiff
path: root/clutter/clutter-feature.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2008-06-10 17:11:14 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2008-06-10 17:11:14 +0000
commit4a788a6df72477bd8c9891519a9245081b61b907 (patch)
treeaee295cd2e05d7c47616318534c0c12a20c696c2 /clutter/clutter-feature.h
parent473d0e9fc3cd99935b6e1ddf181752bd8703ee92 (diff)
downloadclutter-4a788a6df72477bd8c9891519a9245081b61b907.tar.gz
2008-06-10 Emmanuele Bassi <ebassi@openedhand.com>
* clutter/clutter-child-meta.c: Fix section name * clutter/clutter-container.c: (clutter_container_child_set_property), (clutter_container_child_get_property): Fix gtk-doc parameter name. * clutter/clutter-container.h: Fix documentation of the interface vfuncs. * clutter/clutter-event.h: Fix documentation. * clutter/clutter-feature.h: Fix documentation. * clutter/clutter-types.h: Add ClutterRequestMode. * clutter/x11/clutter-event-x11.c: Fix documentation. * tests/test-fullscreen.c: Verify that the stage size has been changed by clutter_stage_fullscreen().
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 9624c2a24..89be737ea 100644
--- a/clutter/clutter-feature.h
+++ b/clutter/clutter-feature.h
@@ -39,7 +39,7 @@ G_BEGIN_DECLS
/**
* ClutterFeatureFlags:
- * @CLUTTER_FEATURE_TEXTURE_RECTANGLE: Set if NPOTS textures supported.
+ * @CLUTTER_FEATURE_TEXTURE_NPOT: Set if NPOTS textures supported.
* @CLUTTER_FEATURE_SYNC_TO_VBLANK: Set if vblank syncing supported.
* @CLUTTER_FEATURE_TEXTURE_YUV: Set if YUV based textures supported.
* @CLUTTER_FEATURE_TEXTURE_READ_PIXELS: Set if texture pixels can be read.