mirror of
https://github.com/cage-kiosk/cage.git
synced 2026-04-08 08:21:12 -04:00
fixed typo
This commit is contained in:
parent
388d60d6b8
commit
56c19e7dc3
1 changed files with 1 additions and 1 deletions
2
seat.c
2
seat.c
|
|
@ -351,7 +351,7 @@ handle_new_keyboard(struct cg_seat *seat, struct wlr_input_device *device)
|
||||||
{
|
{
|
||||||
struct xkb_context *context = xkb_context_new(XKB_CONTEXT_NO_FLAGS);
|
struct xkb_context *context = xkb_context_new(XKB_CONTEXT_NO_FLAGS);
|
||||||
if (!context) {
|
if (!context) {
|
||||||
wlr_log(WLR_ERROR, "Unable to create XBK context");
|
wlr_log(WLR_ERROR, "Unable to create XKB context");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue