debug: fix blue outlines for paint-volumes debug opt
authorRobert Bragg <robert@linux.intel.com>
Sat, 11 Sep 2010 01:48:18 +0000 (02:48 +0100)
committerRobert Bragg <robert@linux.intel.com>
Wed, 29 Sep 2010 14:13:00 +0000 (15:13 +0100)
commitb3edd3e922e3a3a2dafc5a7a1c02bb22a5ffec94
tree3a100d764928012843e2c853edd0cb8ea88d5369
parent1a8d577168ef48a9fcef21415b44b2b8c2f9a26c
debug: fix blue outlines for paint-volumes debug opt

When using the CLUTTER_PAINT=paint-volumes debug option we try and show
when a paint volume couldn't be determined by drawing a blue outline of
the allocation instead. There was a typo though and instead we were
drawing an outline the size of the stage instead of for the given actor.
This fixes that and removes a FIXME comment relating to the blue outline
that is now implemented.
clutter/clutter-actor.c