scroll-actor: Implement pick()
authorEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 14 May 2012 09:33:13 +0000 (10:33 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Mon, 14 May 2012 09:36:30 +0000 (10:36 +0100)
commit39a4929d75bb882551cd51632befd02c0c2fcf4b
tree7005e7bfc6db8cf61540f0310172b1325ab79c75
parentee72d9b4af62d91dc16f853ff8165bba20169f52
scroll-actor: Implement pick()

We need to clip the children during picking as well as we do when
painting, to avoid reactive children outside of the visible area
receiving events.

This also allows us to refactor some common code into proper functions.
clutter/clutter-scroll-actor.c