Revert "Redo the region z-index, use an extra group for sub regions and use clutter_a...
commit269430c0d39da34524bd7439eca32da752491ab6
authorKoos Vriezen <koos.vriezen@gmail.com>
Sat, 10 May 2008 19:20:35 +0000 (10 21:20 +0200)
committerKoos Vriezen <koos.vriezen@gmail.com>
Sat, 10 May 2008 19:20:35 +0000 (10 21:20 +0200)
treefcda22c43b7fe17bd80cbd2fc96c479fd86875c7
parentabff6d6fe0cf27acc6bf3de4485450a5f74d9dbe
Revert "Redo the region z-index, use an extra group for sub regions and use clutter_actor_set_depth"

This reverts commit abff6d6fe0cf27acc6bf3de4485450a5f74d9dbe.

I noticed that depth is really a 3D param and regions grow when bringing them
to front.
According to the clutter code, raise only changes the actor in the children list. So
the sorting could be a bit smarter.
To fix the problem of sub regions appearing under parent region media type users,
monitor the actor-added signal and raise the actor wrt. to the background actor.
Conflicts:
src/laugh-layout.c
src/laugh-media.c