Jonas Dreßler c38fa4fa5c clutter: Remove CLUTTER_ACTOR_IN_REPARENT flag
The CLUTTER_ACTOR_IN_REPARENT and the CLUTTER_IN_REPARENT flag are never
set and the logic for skipping unmap, unrealize and the emission of the
"parent-set" signal during reparents has been solved differently by
leaving out the CHECK_STATE and EMIT_PARENT_SET flags when calling
add_child_internal() and remove_child_internal().

The only place where those REPARENT flags are theoretically still useful
is in the clutter_actor_verify_map_state() debugging function, but that
is never called during reparent anyway, so simply leave the comment
regarding reparent there.

https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1228
2020-05-07 09:01:31 +00:00
..
2020-01-30 18:11:23 +01:00
2020-01-30 18:11:23 +01:00
2018-03-21 13:22:35 +08:00
2020-04-15 12:56:34 +00:00
2019-10-22 19:01:17 +00:00
2019-10-22 19:01:17 +00:00
2020-04-15 12:56:34 +00:00