[hackers] [st] Move config.h include to x.c

From: Devin J. Pohly <djpohly_AT_gmail.com>
Date: Tue, 17 Oct 2017 23:00:42 -0500

Turns out a majority of config.h was only used in x.c. This patchseries
moves the #include from st.c to x.c in four steps.

The first patch simply moves code from one place to another, only
adjusting what is needed to fix the compile, and the remaining three
patches clean up things that are simplified by the move.

Overall diffstat (mostly re/moving lines and adding/removing "static"):
 config.def.h | 73 +++++++++++++++++++--------------------
 st.c | 47 +++----------------------
 st.h | 73 ++++++++-------------------------------
 win.h | 5 ---
 x.c | 111 ++++++++++++++++++++++++++++++++++++++++-------------------
 5 files changed, 130 insertions(+), 179 deletions(-)
Received on Wed Oct 18 2017 - 06:00:42 CEST

This archive was generated by hypermail 2.3.0 : Wed Oct 18 2017 - 06:12:22 CEST