mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 20:08:56 +00:00
81bc2b4cc7
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.