docs: Document SWAP_EVENTS feature flag

This commit is contained in:
Emmanuele Bassi 2010-02-15 19:03:37 +00:00
parent 2fcb644e4f
commit 56f164f8a1

View File

@ -44,6 +44,7 @@ G_BEGIN_DECLS
* @CLUTTER_FEATURE_SHADERS_GLSL: Set if the backend supports GLSL shaders. * @CLUTTER_FEATURE_SHADERS_GLSL: Set if the backend supports GLSL shaders.
* @CLUTTER_FEATURE_OFFSCREEN: Set if the backend supports offscreen rendering. * @CLUTTER_FEATURE_OFFSCREEN: Set if the backend supports offscreen rendering.
* @CLUTTER_FEATURE_STAGE_MULTIPLE: Set if multiple stages are supported. * @CLUTTER_FEATURE_STAGE_MULTIPLE: Set if multiple stages are supported.
* @CLUTTER_FEATURE_SWAP_EVENTS: Set if the GLX_INTEL_swap_event is supported.
* *
* Runtime flags indicating specific features available via Clutter window * Runtime flags indicating specific features available via Clutter window
* sysytem and graphics backend. * sysytem and graphics backend.