mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
* clutter/clutter-group.c: fixed typo in docs.
This commit is contained in:
parent
a435ec43ec
commit
e3c2b27d1d
@ -1,3 +1,7 @@
|
||||
2008-04-15 Øyvind Kolås <pippin@o-hand.com>
|
||||
|
||||
* clutter/clutter-group.c: fixed typo in docs.
|
||||
|
||||
2008-04-14 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/eglx/clutter-stage-egl.c:
|
||||
|
@ -32,9 +32,8 @@
|
||||
* relative to the #ClutterGroup position. Other operations such as scaling,
|
||||
* rotating and clipping of the group will apply to the child actors.
|
||||
*
|
||||
* A #ClutterGroup's size is defined by the size and position of it
|
||||
* it children. Resize requests via parent #ClutterActor API will be
|
||||
* ignored.
|
||||
* A #ClutterGroup's size is defined by the size and position of its children.
|
||||
* Resize requests via parent #ClutterActor API will be ignored.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
|
Loading…
Reference in New Issue
Block a user