Emmanuele Bassi 3f2c9fe6b3 Set the IN_PAINT private flag
When calling clutter_actor_paint() we should be setting the
CLUTTER_ACTOR_IN_PAINT private flag. This allows signalling
to each Actor subclass that we are effectively in the middle
of a paint sequence. Actor subclasses can check for this
private flag and act based on its presence - for instance to
avoid recursion, or to detect performance degradation cases.
2008-12-11 15:39:28 +00:00
..
2008-12-10 12:13:20 +00:00
2008-12-11 15:39:28 +00:00
2008-10-31 12:07:01 +00:00
2008-12-05 14:08:06 +00:00
2008-12-05 14:08:06 +00:00
2008-12-11 15:34:47 +00:00
2008-12-11 15:34:47 +00:00