autocommit 2022-04-20 16:11:37 CEST
This commit is contained in:
parent
fa1ec0b36c
commit
ab3c2e44f4
19 changed files with 409 additions and 210 deletions
|
|
@ -226,6 +226,13 @@ pub enum ClientMessage<'a> {
|
|||
key: &'a str,
|
||||
val: &'a str,
|
||||
},
|
||||
SetFullscreen {
|
||||
seat: Seat,
|
||||
fullscreen: bool,
|
||||
},
|
||||
GetFullscreen {
|
||||
seat: Seat,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Encode, Decode, Debug)]
|
||||
|
|
@ -285,6 +292,9 @@ pub enum Response {
|
|||
height: i32,
|
||||
refresh_millihz: u32,
|
||||
},
|
||||
GetFullscreen {
|
||||
fullscreen: bool,
|
||||
},
|
||||
}
|
||||
|
||||
#[derive(Encode, Decode, Debug)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue