autocommit 2022-02-21 23:21:13 CET
This commit is contained in:
parent
1cbc7a6445
commit
145d1c15b7
31 changed files with 1455 additions and 252 deletions
12
wire/zwlr_layer_shell_v1.txt
Normal file
12
wire/zwlr_layer_shell_v1.txt
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# requests
|
||||
|
||||
msg get_layer_surface = 0 {
|
||||
id: id(zwlr_layer_surface_v1),
|
||||
surface: id(wl_surface),
|
||||
output: id(wl_output),
|
||||
layer: u32,
|
||||
namespace: str,
|
||||
}
|
||||
|
||||
msg destroy = 1 {
|
||||
}
|
||||
49
wire/zwlr_layer_surface_v1.txt
Normal file
49
wire/zwlr_layer_surface_v1.txt
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# requests
|
||||
|
||||
msg set_size = 0 {
|
||||
width: u32,
|
||||
height: u32,
|
||||
}
|
||||
|
||||
msg set_anchor = 1 {
|
||||
anchor: u32,
|
||||
}
|
||||
|
||||
msg set_exclusive_zone = 2 {
|
||||
zone: i32,
|
||||
}
|
||||
|
||||
msg set_margin = 3 {
|
||||
top: i32,
|
||||
right: i32,
|
||||
bottom: i32,
|
||||
left: i32,
|
||||
}
|
||||
|
||||
msg set_keyboard_interactivity = 4 {
|
||||
keyboard_interactivity: u32,
|
||||
}
|
||||
|
||||
msg get_popup = 5 {
|
||||
popup: id(xdg_popup),
|
||||
}
|
||||
|
||||
msg ack_configure = 6 {
|
||||
serial: u32,
|
||||
}
|
||||
|
||||
msg destroy = 7 { }
|
||||
|
||||
msg set_layer = 8 {
|
||||
layer: u32,
|
||||
}
|
||||
|
||||
# events
|
||||
|
||||
msg configure = 0 {
|
||||
serial: u32,
|
||||
width: u32,
|
||||
height: u32,
|
||||
}
|
||||
|
||||
msg closed = 1 { }
|
||||
8
wire/zxdg_output_manager_v1.txt
Normal file
8
wire/zxdg_output_manager_v1.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 { }
|
||||
|
||||
msg get_xdg_output = 1 {
|
||||
id: id(zxdg_output_v1),
|
||||
output: id(wl_output),
|
||||
}
|
||||
25
wire/zxdg_output_v1.txt
Normal file
25
wire/zxdg_output_v1.txt
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# requests
|
||||
|
||||
msg destroy = 0 { }
|
||||
|
||||
# events
|
||||
|
||||
msg logical_position = 0 {
|
||||
x: i32,
|
||||
y: i32,
|
||||
}
|
||||
|
||||
msg logical_size = 1 {
|
||||
width: i32,
|
||||
height: i32,
|
||||
}
|
||||
|
||||
msg done = 2 { }
|
||||
|
||||
msg name = 3 {
|
||||
name: str,
|
||||
}
|
||||
|
||||
msg description = 4 {
|
||||
description: str,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue