mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -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
|
|
@ -17,7 +17,7 @@ void server_new_input(struct wl_listener *listener, void *data)
|
|||
struct wlr_input_device *device = data;
|
||||
switch (device->type) {
|
||||
case WLR_INPUT_DEVICE_KEYBOARD:
|
||||
server_new_keyboard(server, device);
|
||||
keyboard_new(server, device);
|
||||
break;
|
||||
case WLR_INPUT_DEVICE_POINTER:
|
||||
server_new_pointer(server, device);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue