Do not set the IN_PAINT flag inside the Stage paint
authorEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 11 Dec 2008 15:41:25 +0000 (15:41 +0000)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Thu, 11 Dec 2008 15:41:25 +0000 (15:41 +0000)
commit1b88122873afac513449b03c0658ab3802c84f3d
treeb07564b0786475c3ebb0670d11ccc2bdc48151aa
parent3f2c9fe6b31af32ad643cce9154e17096eed432c
Do not set the IN_PAINT flag inside the Stage paint

Since the CLUTTER_ACTOR_IN_PAINT private flag is set as part
of the paint process by clutter_actor_paint(), there is no
need to set it inside the ClutterStage paint function.
clutter/clutter-stage.c