From 56f164f8a1c634e2d0ba6ffb5879672d456e1488 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Mon, 15 Feb 2010 19:03:37 +0000 Subject: [PATCH] docs: Document SWAP_EVENTS feature flag --- clutter/clutter-feature.h | 1 + 1 file changed, 1 insertion(+) diff --git a/clutter/clutter-feature.h b/clutter/clutter-feature.h index 8abc14200..4b4ae9d2b 100644 --- a/clutter/clutter-feature.h +++ b/clutter/clutter-feature.h @@ -44,6 +44,7 @@ G_BEGIN_DECLS * @CLUTTER_FEATURE_SHADERS_GLSL: Set if the backend supports GLSL shaders. * @CLUTTER_FEATURE_OFFSCREEN: Set if the backend supports offscreen rendering. * @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 * sysytem and graphics backend.