Move key-matching functions into x.c
authorDevin J. Pohly <djpohly@gmail.com>
Wed, 11 Oct 2017 13:47:14 +0000 (08:47 -0500)
committerDevin J. Pohly <djpohly@gmail.com>
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 <djpohly@gmail.com>

No differences found