actor: don't dirty pick buffer in _real_queue_redraw
authorRobert Bragg <robert@linux.intel.com>
Fri, 24 Sep 2010 01:24:36 +0000 (02:24 +0100)
committerRobert Bragg <robert@linux.intel.com>
Wed, 29 Sep 2010 14:13:01 +0000 (15:13 +0100)
commit42f6364cac945e451725fc4aeeccf28ee5019ff3
treee136bc129d87202cb64746aa4e0181e8bcf223a0
parent51fca9d96807b227d00b0bc58e6e5f216024cf91
actor: don't dirty pick buffer in _real_queue_redraw

Since re-working how redraws are queued it is no longer necessary to
dirty the pick buffer in _clutter_actor_real_queue_redraw since this
should now reliably be handled in _clutter_stage_queue_actor_redraw.
clutter/clutter-actor.c