Re: [PATCH weston 1/4] Add a touch binding to activate a surface

2013-10-14 Thread Kristian Høgsberg
On Thu, Oct 03, 2013 at 04:43:04PM +0100, Neil Roberts wrote: > Adds a new binding type for touch events via the new function > weston_compositor_add_touch_binding. The binding can only be added for > a touch down with the first finger. The shell now uses this to install > a binding to activate the

[PATCH weston 1/4] Add a touch binding to activate a surface

2013-10-03 Thread Neil Roberts
Adds a new binding type for touch events via the new function weston_compositor_add_touch_binding. The binding can only be added for a touch down with the first finger. The shell now uses this to install a binding to activate the current surface. --- src/bindings.c | 36 +