commit | d355b8017201a964ce47f7678e208278bf342ceb | [log] [tgz] |
---|---|---|
author | Rob Bradford <rob@linux.intel.com> | Fri May 31 18:09:55 2013 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Wed Jun 05 00:23:29 2013 -0400 |
tree | 158e960fec9e52271551b0caee38793a24ec9617 | |
parent | d27b99d950088e57d1fbe4734b106c9ae5f40972 [diff] |
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.