aboutsummaryrefslogtreecommitdiff
path: root/win.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2018-02-24 16:32:20 -0600
committerDevin J. Pohly <djpohly@gmail.com>2018-02-25 21:56:26 -0600
commite0215d53770a9b6bc6e5d7b9a603ecd34dbd7100 (patch)
treeb696b3fa2c69270a198c3bcc1e0a289b12b3538c /win.h
parent30683c70ab62fd37b5921cf72077b9aef2cb842e (diff)
downloadst-patched-e0215d53770a9b6bc6e5d7b9a603ecd34dbd7100.tar.bz2
st-patched-e0215d53770a9b6bc6e5d7b9a603ecd34dbd7100.tar.xz
st-patched-e0215d53770a9b6bc6e5d7b9a603ecd34dbd7100.zip
Reduce visibility wherever possible
When possible, declare functions/variables static and move struct definitions out of headers. In order to allow utf8decode to become internal, use codepoint for DECSCUSR extension directly. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
Diffstat (limited to 'win.h')
-rw-r--r--win.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/win.h b/win.h
index 7a866fd..31f327d 100644
--- a/win.h
+++ b/win.h
@@ -27,7 +27,6 @@ void xbell(void);
27void xclipcopy(void); 27void xclipcopy(void);
28void xdrawcursor(int, int, Glyph, int, int, Glyph); 28void xdrawcursor(int, int, Glyph, int, int, Glyph);
29void xdrawline(Line, int, int, int); 29void xdrawline(Line, int, int, int);
30void xhints(void);
31void xfinishdraw(void); 30void xfinishdraw(void);
32void xloadcols(void); 31void xloadcols(void);
33int xsetcolorname(int, const char *); 32int xsetcolorname(int, const char *);