From 3bc7082f4e08e71fb40944bb085fafbb65f6c8cf Mon Sep 17 00:00:00 2001 From: N-R-K <79544946+N-R-K@users.noreply.github.com> Date: Wed, 1 Dec 2021 05:41:22 +0600 Subject: fix: send implicit_mod to process_bindings (#176) * fix: send implicit_mod to process_bindings this solves the edge case where someone might have `ShiftMask + A` in their keybindings compared to a plain `A`. Closes: https://github.com/nsxiv/nsxiv/pull/166#issuecomment-978853136 * code-style: smuggle small style fix in win_draw_bar now mimics autoreload_nop.c functions --- autoreload_nop.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autoreload_nop.c') diff --git a/autoreload_nop.c b/autoreload_nop.c index 431566d..4d17f54 100644 --- a/autoreload_nop.c +++ b/autoreload_nop.c @@ -35,7 +35,7 @@ void arl_setup(arl_t *arl, const char *filepath) } bool arl_handle(arl_t *arl) -{ +{ (void) arl; return false; } -- cgit v1.2.3-54-g00ecf