compositor: Call into grab handler for touch events
authorMatt Roper <matthew.d.roper@intel.com>
Wed, 10 Oct 2012 23:56:53 +0000 (16:56 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 16 Oct 2012 00:54:43 +0000 (20:54 -0400)
commit47c1b982929228abb2e7d0ade225e281bd60754e
tree7d7e155437cb87c4edb3ea22a1f9db0f305cb00d
parent3fb613effe5da952de8dae1763aa16bcb26ee064
compositor: Call into grab handler for touch events

Rather than delivering touch events directly to clients, we'll now
call through the touch grab handler.  The default handler (in
wayland-server) will deliver these events the same way they worked
before.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
src/compositor.c