mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-13 08:21:03 -04:00
wayland: add wayl_bindings_reset()
This function resets (clears) all key- and mouse-bindings associated with the seat.
This commit is contained in:
parent
e1a4b5c5a8
commit
026785b777
2 changed files with 13 additions and 5 deletions
|
|
@ -515,3 +515,5 @@ bool wayl_win_subsurface_new_with_custom_parent(
|
|||
struct wl_window *win, struct wl_surface *parent,
|
||||
struct wl_surf_subsurf *surf);
|
||||
void wayl_win_subsurface_destroy(struct wl_surf_subsurf *surf);
|
||||
|
||||
void wayl_bindings_reset(struct seat *seat);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue