input: decouple tablet contracts from wayland seat
This commit is contained in:
parent
e996d9528a
commit
59e4e6dfb7
6 changed files with 201 additions and 155 deletions
|
|
@ -18,7 +18,7 @@ use {
|
|||
Backend, BackendConnectorState, BackendConnectorStateSerials, BackendDrmDevice,
|
||||
BackendEvent, Connector, ConnectorId, ConnectorIds, DrmDeviceId, DrmDeviceIds,
|
||||
HardwareCursorUpdate, InputDevice, InputDeviceGroupIds, InputDeviceId, InputDeviceIds,
|
||||
MonitorInfo,
|
||||
MonitorInfo, TabletIds, TabletInit, TabletPadIds, TabletPadInit, TabletToolIds,
|
||||
transaction::{BackendConnectorTransactionError, ConnectorTransaction},
|
||||
},
|
||||
backends::dummy::DummyBackend,
|
||||
|
|
@ -76,7 +76,6 @@ use {
|
|||
wl_seat::{
|
||||
PhysicalKeyboardId, PhysicalKeyboardIds, PositionHintRequest, SeatIds,
|
||||
WlSeatGlobal,
|
||||
tablet::{TabletIds, TabletInit, TabletPadIds, TabletPadInit, TabletToolIds},
|
||||
},
|
||||
wl_surface::{
|
||||
NoneSurfaceExt,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue