mirror of
https://github.com/brl/mutter.git
synced 2025-03-04 20:28:11 +00:00

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>