1
0
Fork 0
forked from wry/wry

config: add Connector::set_enabled

This commit is contained in:
Julian Orth 2022-07-26 21:52:52 +02:00
parent 4bbca6abdc
commit 30aa6de35c
8 changed files with 61 additions and 4 deletions

View file

@ -308,6 +308,10 @@ pub enum ClientMessage<'a> {
DisablePointerConstraint {
seat: Seat,
},
ConnectorSetEnabled {
connector: Connector,
enabled: bool,
},
}
#[derive(Encode, Decode, Debug)]