mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
wip: multi-seat support
Compiles and runs, but mouse, clipboard and other things have been disabled.
This commit is contained in:
parent
bd0a003a4c
commit
c470825067
10 changed files with 617 additions and 453 deletions
2
input.h
2
input.h
|
|
@ -8,7 +8,7 @@
|
|||
extern const struct wl_keyboard_listener keyboard_listener;
|
||||
extern const struct wl_pointer_listener pointer_listener;
|
||||
|
||||
void input_repeat(struct wayland *wayl, uint32_t key);
|
||||
void input_repeat(struct seat *seat, uint32_t key);
|
||||
|
||||
bool input_parse_key_binding(struct xkb_keymap *keymap, const char *combos,
|
||||
key_binding_list_t *bindings);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue