~ruther/dwl

a11f2bbc7a4068321767bd7e8c7eee1aee278bc9 — Devin J. Pohly 4 years ago 8ed8882
Revert "fix undeclared WLR_KEY_PRESSED"

This reverts commit 67896e9d8b98f679faf4456e26e82057c1884789.
1 files changed, 1 insertions(+), 1 deletions(-)

M dwl.c
M dwl.c => dwl.c +1 -1
@@ 1284,7 1284,7 @@ keypress(struct wl_listener *listener, void *data)
	wlr_idle_notify_activity(idle, seat);

	/* On _press_, attempt to process a compositor keybinding. */
	if (event->state == WL_KEYBOARD_KEY_STATE_PRESSED)
	if (event->state == WLR_KEY_PRESSED)
		for (i = 0; i < nsyms; i++)
			handled = keybinding(mods, syms[i]) || handled;


Do not follow this link