~ruther/dwl

d4e08c07629b4534e45b292614899a6b9bb876bd — Devin J. Pohly 3 years ago 1183a31
update deprecated xkb function name
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 793,7 793,7 @@ createkeyboard(struct wlr_input_device *device)

	/* Prepare an XKB keymap and assign it to the keyboard. */
	context = xkb_context_new(XKB_CONTEXT_NO_FLAGS);
	keymap = xkb_map_new_from_names(context, &xkb_rules,
	keymap = xkb_keymap_new_from_names(context, &xkb_rules,
		XKB_KEYMAP_COMPILE_NO_FLAGS);

	wlr_keyboard_set_keymap(device->keyboard, keymap);

Do not follow this link