diff --git a/ChangeLog b/ChangeLog index 4656dcaa3..9692218db 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-17 Neil Roberts + + * clutter/clutter-types.h: Swap left and right in the + documentation for ClutterGravity. + 2008-09-17 Neil Roberts Bug 1121 - Setting anchor point doesn't work if set too early diff --git a/clutter/clutter-types.h b/clutter/clutter-types.h index 57471ee46..5ef1e8dbf 100644 --- a/clutter/clutter-types.h +++ b/clutter/clutter-types.h @@ -47,13 +47,13 @@ typedef struct _ClutterChildMeta ClutterChildMeta; * ClutterGravity: * @CLUTTER_GRAVITY_NONE: Do not apply any gravity * @CLUTTER_GRAVITY_NORTH: Scale from topmost downwards - * @CLUTTER_GRAVITY_NORTH_EAST: Scale from the top left corner - * @CLUTTER_GRAVITY_EAST: Scale from the left side - * @CLUTTER_GRAVITY_SOUTH_EAST: Scale from the bottom left corner + * @CLUTTER_GRAVITY_NORTH_EAST: Scale from the top right corner + * @CLUTTER_GRAVITY_EAST: Scale from the right side + * @CLUTTER_GRAVITY_SOUTH_EAST: Scale from the bottom right corner * @CLUTTER_GRAVITY_SOUTH: Scale from the bottom upwards - * @CLUTTER_GRAVITY_SOUTH_WEST: Scale from the bottom right corner - * @CLUTTER_GRAVITY_WEST: Scale from the right side - * @CLUTTER_GRAVITY_NORTH_WEST: Scale from the top right corner + * @CLUTTER_GRAVITY_SOUTH_WEST: Scale from the bottom left corner + * @CLUTTER_GRAVITY_WEST: Scale from the left side + * @CLUTTER_GRAVITY_NORTH_WEST: Scale from the top left corner * @CLUTTER_GRAVITY_CENTER: Scale from the center. * * Gravity of the scaling operations. When a gravity different than