Fix typo
This commit is contained in:
parent
ba4b84a8b1
commit
c313edc0ad
2
main.c
2
main.c
|
@ -548,7 +548,7 @@ void run_key_handler(const char *key, unsigned int mask)
|
||||||
f++;
|
f++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/* drop user input events that occured while running the key handler */
|
/* drop user input events that occurred while running the key handler */
|
||||||
while (XCheckIfEvent(win.env.dpy, &dump, is_input_ev, NULL));
|
while (XCheckIfEvent(win.env.dpy, &dump, is_input_ev, NULL));
|
||||||
|
|
||||||
end:
|
end:
|
||||||
|
|
Loading…
Reference in New Issue