1
0
Fork 0
forked from wry/wry

cli: add pid subcommand

This commit is contained in:
Julian Orth 2026-03-09 22:32:40 +01:00
parent fe8b51ffb6
commit 447dfb3118
7 changed files with 55 additions and 3 deletions

View file

@ -131,6 +131,10 @@ request get_sync_file_surface (since = 26) {
surface: id(wl_surface),
}
request get_pid (since = 27) {
}
# events
event client_id {
@ -145,3 +149,7 @@ event seat {
event capabilities {
cap: array(pod(u16)),
}
event pid (since = 27) {
pid: pod(uapi::c::pid_t),
}