1
0
Fork 0
forked from wry/wry

wayland: implement xdg-toplevel-drag

This commit is contained in:
Julian Orth 2024-03-02 04:57:20 +01:00
parent e665a18242
commit 364872258a
21 changed files with 535 additions and 70 deletions

View file

@ -0,0 +1,10 @@
# requests
msg destroy = 0 {
}
msg get_xdg_toplevel_drag = 1 {
id: id(xdg_toplevel_drag_v1),
data_source: id(wl_data_source),
}

View file

@ -0,0 +1,11 @@
# requests
msg destroy = 0 {
}
msg attach = 1 {
toplevel: id(xdg_toplevel),
x_offset: i32,
y_offset: i32,
}