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)
commited132e11271d18a5d8aa163096bc6192c694bc47
tree81b7a8ef14efadfaee06e7848a1c7ab953cd5ce6
parentdbe8676d7d69651132bde2b6d9ec3787cbbc552a
Move key-matching functions into x.c

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>
config.def.h
st.c
st.h
x.c