mirror of
https://github.com/brl/mutter.git
synced 2025-03-17 08:45:03 +00:00

The clutter_actor_pick() function just emits the ::pick signal on the actor. Nobody should be using it, since the paint() method is already context sensitive and will result in a ::pick emission by itself. The clutter_actor_pick() is just confusing things.