mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-14 08:56:26 -05:00
parent
5ca88af557
commit
5cc7342606
13 changed files with 109 additions and 13 deletions
|
|
@ -239,7 +239,7 @@ static void seat_handle_capabilities(void *data, struct wl_seat *wl_seat,
|
|||
struct wlr_input_device *wlr_device = allocate_device(backend,
|
||||
WLR_INPUT_DEVICE_KEYBOARD);
|
||||
if (!wlr_device) {
|
||||
wlr_log(L_ERROR, "Unable to allocate wl_pointer device");
|
||||
wlr_log(L_ERROR, "Unable to allocate wl_keyboard device");
|
||||
return;
|
||||
}
|
||||
wlr_device->keyboard = calloc(1, sizeof(struct wlr_keyboard));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue