1
0
Fork 0
forked from wry/wry

wayland: implement jay-tray-v1

This commit is contained in:
Julian Orth 2024-10-17 16:05:19 +02:00
parent 18bddbc987
commit 8c3cd97ae3
28 changed files with 979 additions and 43 deletions

30
wire/jay_tray_item_v1.txt Normal file
View file

@ -0,0 +1,30 @@
request destroy {
}
request ack_configure {
serial: u32,
}
request get_popup {
popup: id(xdg_popup),
seat: id(wl_seat),
serial: u32,
keyboard_focus: u32,
}
event configure_size {
width: i32,
height: i32,
}
event preferred_anchor {
anchor: u32,
}
event preferred_gravity {
gravity: u32,
}
event configure {
serial: u32,
}

7
wire/jay_tray_v1.txt Normal file
View file

@ -0,0 +1,7 @@
request destroy {
}
request get_tray_item {
id: id(jay_tray_item_v1),
surface: id(wl_surface),
}