ifs: init hyprland_focus_grab_manager_v1
This commit is contained in:
parent
a75d388e97
commit
2591dc739b
9 changed files with 315 additions and 4 deletions
6
wire/hyprland_focus_grab_manager_v1.txt
Normal file
6
wire/hyprland_focus_grab_manager_v1.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
request create_grab {
|
||||
grab: id(hyprland_focus_grab_v1) (new),
|
||||
}
|
||||
|
||||
request destroy (destructor) {
|
||||
}
|
||||
16
wire/hyprland_focus_grab_v1.txt
Normal file
16
wire/hyprland_focus_grab_v1.txt
Normal 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 {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue