mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
d28c9e5db1
An implementaton of realize() never needs to set the CLUTTER_ACTOR_REALIZED flag, though it can unset the flag if things fail unexpectedly. (Previously, stage backend implementations had to do this since clutter_actor_realize() wasn't used; this is no longer the case.) http://bugzilla.openedhand.com/show_bug.cgi?id=1634 Signed-off-by: Emmanuele Bassi <ebassi@linux.intel.com>