[actor] Use the right vertex
authorEmmanuele Bassi <ebassi@linux.intel.com>
Sun, 2 Aug 2009 17:34:17 +0000 (18:34 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Sun, 2 Aug 2009 17:34:17 +0000 (18:34 +0100)
commitb2ab2b953548bb9af41789e2465dfa9a588c9b2d
treeabf9727845f2bba618bff5056e851d741c78545d
parentae2a861a0b042e36393e5eb76ecb17759a933892
[actor] Use the right vertex

The vertex that should be used by the apply_relative_transform
is the one passed in as const, and the result should be placed
inside the non-const ClutterVertext. Currently, we are using
the latter, and thus the function is completely useless.
clutter/clutter-actor.c