input: input_repeat() takes a 'struct wayland' pointer

This commit is contained in:
Daniel Eklöf 2019-10-27 18:44:58 +01:00
parent 9f0b1f94c2
commit 8c534d0520
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 10 additions and 10 deletions

View file

@ -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);