Xinqi Bao's Git

Move key-matching functions into x.c
authorDevin J. Pohly <[email protected]>
Wed, 11 Oct 2017 13:47:14 +0000 (08:47 -0500)
committerDevin J. Pohly <[email protected]>
Mon, 26 Feb 2018 03:53:24 +0000 (21:53 -0600)
Modifiers and keysyms are specific to X, and the functions match and
kmap are only used in x.c.  Needed to global-ize the key arrays and
lengths from config.h (for now).

Signed-off-by: Devin J. Pohly <[email protected]>

No differences found