mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
input: input_repeat() takes a 'struct wayland' pointer
This commit is contained in:
parent
9f0b1f94c2
commit
8c534d0520
3 changed files with 10 additions and 10 deletions
4
input.h
4
input.h
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
#include <wayland-client.h>
|
||||
|
||||
#include "terminal.h"
|
||||
#include "wayland.h"
|
||||
|
||||
extern const struct wl_keyboard_listener keyboard_listener;
|
||||
extern const struct wl_pointer_listener pointer_listener;
|
||||
|
||||
void input_repeat(struct terminal *term, uint32_t key);
|
||||
void input_repeat(struct wayland *wayl, uint32_t key);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue