actor: Rename in_clone_paint parameter to avoid variable shadowing
authorChris Lord <chris@linux.intel.com>
Fri, 11 Feb 2011 16:27:46 +0000 (16:27 +0000)
committerChris Lord <chris@linux.intel.com>
Fri, 11 Feb 2011 16:27:46 +0000 (16:27 +0000)
commitb152a97ea57b3fdf6eeb88955ddf6afe95420618
tree9122634aae9b493ebec5d76617938b580274c650
parenta297fb039409733afa7df6eaeb2d28f1af1a93a3
actor: Rename in_clone_paint parameter to avoid variable shadowing

The 'in_clone_paint' parameter of the private function
_clutter_actor_set_in_clone_paint() shadowed the private function
in_clone_paint(). Rename this parameter to 'is_in_clone_paint' to remove
a compiler warning.
clutter/clutter-actor-private.h
clutter/clutter-actor.c