]> git.armaanb.net Git - st.git/commit
Move config.h include from st.c to x.c
authorDevin J. Pohly <djpohly@gmail.com>
Tue, 17 Oct 2017 20:21:04 +0000 (15:21 -0500)
committerDevin J. Pohly <djpohly@gmail.com>
Mon, 26 Feb 2018 03:53:24 +0000 (21:53 -0600)
commit65976c1a29f2945c3cfb6af74cd6440cf193021d
tree670d2b3063767c1363322d6db5e73447e682081a
parent32d3b1d00f66eda4f5446f3b32cabed2c9a77a40
Move config.h include from st.c to x.c

config.h includes references to KeySyms and other X stuff.  Until we
come up with a cleaner way to separate configuration, it is simpler
(leads to more code removal) to have this here.

Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
config.def.h
st.c
st.h
win.h
x.c