1
0
Fork 0
forked from wry/wry
wry/wire/xdg_popup.txt
2022-02-06 16:33:54 +01:00

30 lines
323 B
Text

# requests
msg destroy = 0 { }
msg grab = 1 {
seat: id(wl_seat),
serial: u32,
}
msg reposition = 2 {
positioner: id(xdg_positioner),
token: u32,
}
# events
msg configure = 0 {
x: i32,
y: i32,
width: i32,
height: i32,
}
msg popup_done = 1 {
}
msg repositioned = 2 {
token: u32,
}