mirror of
https://github.com/labwc/labwc.git
synced 2026-02-18 22:05:32 -05:00
Rename some {cursor,keyboard}_ functions
This commit is contained in:
parent
aa294330ea
commit
bc5accb089
5 changed files with 19 additions and 18 deletions
|
|
@ -106,7 +106,7 @@ static void keyboard_handle_key(struct wl_listener *listener, void *data)
|
|||
}
|
||||
}
|
||||
|
||||
void server_new_keyboard(struct server *server, struct wlr_input_device *device)
|
||||
void keyboard_new(struct server *server, struct wlr_input_device *device)
|
||||
{
|
||||
struct keyboard *keyboard = calloc(1, sizeof(struct keyboard));
|
||||
keyboard->server = server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue