xwayland: allow windows to scale themselves
This commit is contained in:
parent
cc8db84289
commit
19b07fa7dc
40 changed files with 800 additions and 80 deletions
|
|
@ -92,6 +92,10 @@ request create_ei_session (since = 5) {
|
|||
id: id(jay_ei_session_builder),
|
||||
}
|
||||
|
||||
request get_xwayland (since = 11) {
|
||||
id: id(jay_xwayland),
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
event client_id {
|
||||
|
|
|
|||
18
wire/jay_xwayland.txt
Normal file
18
wire/jay_xwayland.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
# requests
|
||||
|
||||
request get_scaling {
|
||||
}
|
||||
|
||||
request set_scaling_mode {
|
||||
mode: u32,
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
event scaling_mode {
|
||||
mode: u32,
|
||||
}
|
||||
|
||||
event implied_scale {
|
||||
scale: i32,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue