]> git.armaanb.net Git - st.git/commit
Make win variable internal to x.c
authorDevin J. Pohly <djpohly@gmail.com>
Mon, 6 Nov 2017 23:57:45 +0000 (17:57 -0600)
committerDevin J. Pohly <djpohly@gmail.com>
Mon, 26 Feb 2018 03:53:24 +0000 (21:53 -0600)
commit323d38da20c8a1d295ab1dbc0fc7ce947ef824e1
tree713288818320ae09fa67cc3b5032f67418a1d702
parent416dd257274fd334be082b1138338adffa3e2d5e
Make win variable internal to x.c

There was only a single reference to the `win` variable in st.c, so
exporting that to x.c allows us to rid ourselves of another extern.

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