udev-seat: Make the udev_input structure an embedded structure
authorRob Bradford <rob@linux.intel.com>
Fri, 31 May 2013 17:09:55 +0000 (18:09 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 5 Jun 2013 04:23:29 +0000 (00:23 -0400)
commitd355b8017201a964ce47f7678e208278bf342ceb
tree158e960fec9e52271551b0caee38793a24ec9617
parentd27b99d950088e57d1fbe4734b106c9ae5f40972
udev-seat: Make the udev_input structure an embedded structure

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
src/compositor-fbdev.c
src/udev-seat.c
src/udev-seat.h