wayland: implement xwayland_shell_v1
This commit is contained in:
parent
1f64fefc86
commit
335677bbcd
11 changed files with 332 additions and 7 deletions
8
wire/xwayland_shell_v1.txt
Normal file
8
wire/xwayland_shell_v1.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 { }
|
||||
|
||||
msg get_xwayland_surface = 1 {
|
||||
id: id(xwayland_surface_v1),
|
||||
surface: id(wl_surface),
|
||||
}
|
||||
8
wire/xwayland_surface_v1.txt
Normal file
8
wire/xwayland_surface_v1.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# requests
|
||||
|
||||
msg set_serial = 0 {
|
||||
serial_lo: u32,
|
||||
serial_hi: u32,
|
||||
}
|
||||
|
||||
msg destroy = 1 { }
|
||||
Loading…
Add table
Add a link
Reference in a new issue