Re: [PATCH weston 06/10] udev-seat: Make the udev_input structure an embedded structure

2013-06-04 Thread Kristian Høgsberg
On Fri, May 31, 2013 at 06:09:55PM +0100, Rob Bradford wrote: > From: Rob Bradford > > And as a result of this stop iterating through the compositor seat list > (of one item) and instead access the udev_input structure directly. I think we should move udev_input to udev-seat.c eventually and jus

[PATCH weston 06/10] udev-seat: Make the udev_input structure an embedded structure

2013-05-31 Thread Rob Bradford
From: Rob Bradford And as a result of this stop iterating through the compositor seat list (of one item) and instead access the udev_input structure directly. This enables a refactoring to pull out the weston_seat into a separate structure permitting multiple seats. --- src/compositor-drm.c |