Re: [PATCH 1/2] Convert wl_input_device to wl_seat et al

2012-05-16 Thread Kristian Høgsberg
On Wed, May 16, 2012 at 1:44 PM, Daniel Stone wrote: > Hi, > The following two patches (one each for Wayland and Weston) convert > wl_input_device to a mix of a parent wl_seat interface, as well as > subinterfaces for each of the pointer, keyboard and touch classes. > > Each wl_seat may have zero

[PATCH 1/2] Convert wl_input_device to wl_seat et al

2012-05-16 Thread Daniel Stone
Hi, The following two patches (one each for Wayland and Weston) convert wl_input_device to a mix of a parent wl_seat interface, as well as subinterfaces for each of the pointer, keyboard and touch classes. Each wl_seat may have zero or one wl_{pointer,keyboard,touch} classes, which are announced d