wlroots/backend/wayland
Lahav T fae0a7d493 backend/wayland: Add wlr_wl_backend_set_grab_input_shortcut
Note: For the function to work, keyboard_listener in
backend/wayland/seat.c now passes wlr_wl_seat instead of wlr_keyboard

by using this function, a compositor can specify
a keyboard shortcut that when pressed, will disable the
keyboard shortcuts and confine the pointer to the currently focused
wayland output, if the system compositor supports these features.

Signed-off-by: Lahav T <lahavts@gmail.com>
2023-11-22 16:09:23 +00:00
..
backend.c backend/wayland: Add wlr_wl_backend_set_grab_input_shortcut 2023-11-22 16:09:23 +00:00
meson.build backend/wayland: Add wlr_wl_backend_set_grab_input_shortcut 2023-11-22 16:09:23 +00:00
output.c Fix output layers order error on wayland backend 2023-10-16 11:14:44 +00:00
pointer.c treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 2023-10-03 01:51:07 -04:00
seat.c backend/wayland: Add wlr_wl_backend_set_grab_input_shortcut 2023-11-22 16:09:23 +00:00
tablet_v2.c treewide: Migrate from sizeof(struct) to sizeof(*pointer) where practical 2023-10-03 01:51:07 -04:00