config: add Connector::set_enabled
This commit is contained in:
parent
4bbca6abdc
commit
30aa6de35c
8 changed files with 61 additions and 4 deletions
|
|
@ -308,6 +308,10 @@ pub enum ClientMessage<'a> {
|
|||
DisablePointerConstraint {
|
||||
seat: Seat,
|
||||
},
|
||||
ConnectorSetEnabled {
|
||||
connector: Connector,
|
||||
enabled: bool,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Encode, Decode, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue