Use clutter_container_find_child_by_id() when picking
authorEmmanuele Bassi <ebassi@openedhand.com>
Mon, 13 Aug 2007 17:00:52 +0000 (17:00 +0000)
committerEmmanuele Bassi <ebassi@openedhand.com>
Mon, 13 Aug 2007 17:00:52 +0000 (17:00 +0000)
commit9635f6006441bd729ae03f544cfdb88f6de286a6
tree6851de38256fd8e3854cd55077a007b546779393
parent57c0be73cd1148206730936ae9f48468fda8b264
Use clutter_container_find_child_by_id() when picking

ClutterStage now uses the newly added clutter_container_find_child_by_id()
function to find the right child in the scenegraph, using the picking id.

This fixes the test-boxes test case.
clutter/clutter-stage.c