mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
minor fix
This commit is contained in:
parent
a04f645d7c
commit
d2e2b04bfd
2 changed files with 2 additions and 2 deletions
|
|
@ -331,7 +331,7 @@ static bool handle_key(wlc_handle view, uint32_t time, const struct wlc_modifier
|
|||
struct sway_binding *binding = mode->bindings->items[i];
|
||||
|
||||
if ((modifiers->mods ^ binding->modifiers) == 0) {
|
||||
bool match;
|
||||
bool match = false;
|
||||
int j;
|
||||
for (j = 0; j < binding->keys->length; ++j) {
|
||||
xkb_keysym_t *key = binding->keys->items[j];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue