mirror of
https://github.com/brl/mutter.git
synced 2025-03-19 17:55:06 +00:00

Language bindings will have problems with raise() and lower() bein in both ClutterContainer and ClutterActor; hence, this patch renames clutter_container_raise() and clutter_container_lower() to clutter_container_raise_child() and clutter_container_lower_child(), respectively.