From 8b047d0bc963389109486388ce5051a6a06d0994 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 17 Nov 2010 12:49:10 +0000 Subject: [PATCH] docs: Move the constraints example picture about the source code --- clutter/clutter-constraint.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/clutter/clutter-constraint.c b/clutter/clutter-constraint.c index 949dc6364..4e7e55db0 100644 --- a/clutter/clutter-constraint.c +++ b/clutter/clutter-constraint.c @@ -86,13 +86,13 @@ * layerA to the bottom edge of * layerC; * - * - * FIXME: MISSING XINCLUDE CONTENT - * *
* Constraints * *
+ * + * FIXME: MISSING XINCLUDE CONTENT + * * You can try resizing interactively the #ClutterStage and verify * that the three #ClutterActors maintain the same position and * size relative to each other, and to the #CLutterStage.