1
0
Fork 0
forked from wry/wry

ifs: init hyprland_focus_grab_manager_v1

This commit is contained in:
kossLAN 2026-04-06 23:42:38 -04:00
parent a75d388e97
commit 2591dc739b
No known key found for this signature in database
9 changed files with 315 additions and 4 deletions

View file

@ -0,0 +1,6 @@
request create_grab {
grab: id(hyprland_focus_grab_v1) (new),
}
request destroy (destructor) {
}

View file

@ -0,0 +1,16 @@
request add_surface {
surface: id(wl_surface),
}
request remove_surface {
surface: id(wl_surface),
}
request commit {
}
request destroy (destructor) {
}
event cleared {
}