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)
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>

No differences found