config: make ui dragging configurable
This commit is contained in:
parent
1dd20fb87b
commit
d8ee1ac19c
19 changed files with 255 additions and 12 deletions
|
|
@ -517,6 +517,12 @@ pub enum ClientMessage<'a> {
|
|||
device: DrmDevice,
|
||||
margin: Duration,
|
||||
},
|
||||
SetUiDragEnabled {
|
||||
enabled: bool,
|
||||
},
|
||||
SetUiDragThreshold {
|
||||
threshold: i32,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue