summaryrefslogtreecommitdiffstats
path: root/sway/commands/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/commands/input.c')
-rw-r--r--sway/commands/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/commands/input.c b/sway/commands/input.c
index 2de07de6..0195082c 100644
--- a/sway/commands/input.c
+++ b/sway/commands/input.c
@@ -48,7 +48,7 @@ static void retranslate_keysyms(struct input_config *input_config) {
48 if (ic->xkb_layout) { 48 if (ic->xkb_layout) {
49 // this is the first config with xkb_layout 49 // this is the first config with xkb_layout
50 if (ic->identifier == input_config->identifier) { 50 if (ic->identifier == input_config->identifier) {
51 translate_keysyms(ic->xkb_layout); 51 translate_keysyms(ic);
52 } 52 }
53 53
54 return; 54 return;