mirror of
https://github.com/brl/mutter.git
synced 2024-11-23 00:20:42 -05:00
* clutter/clutter-actor.c: mended a couple of typos in documentation.
This commit is contained in:
parent
24d43aee02
commit
7fca77fa5e
@ -1,3 +1,7 @@
|
||||
2007-11-22 Øyvind Kolås <pippin@o-hand.com>
|
||||
|
||||
* clutter/clutter-actor.c: mended a couple of typos in documentation.
|
||||
|
||||
2007-11-21 Matthew Allum <mallum@openedhand.com>
|
||||
|
||||
* clutter/cogl/gles/cogl.c: (cogl_fog_set):
|
||||
|
@ -588,9 +588,9 @@ clutter_actor_transform_vertices (ClutterActor * self,
|
||||
* @verts: Pointer to a location of an array of 4 #ClutterVertex where to
|
||||
* store the result.
|
||||
*
|
||||
* Calculates the tranformed screen coordinaces of the four corners of
|
||||
* the actor; the returned vertices relate to the ClutterActoBox
|
||||
* coordinances as follows:
|
||||
* Calculates the tranformed screen coordinates of the four corners of
|
||||
* the actor; the returned vertices relate t the ClutterActorBox
|
||||
* coordinates as follows:
|
||||
*
|
||||
* v[0] contains (x1, y1)
|
||||
* v[1] contains (x2, y1)
|
||||
|
Loading…
Reference in New Issue
Block a user