aboutsummaryrefslogtreecommitdiffstats
path: root/win.h
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2017-10-10 11:11:27 -0500
committerDevin J. Pohly <djpohly@gmail.com>2018-02-25 21:53:24 -0600
commit3518dba2a5fb57f601b74528ddeb67f173e4024b (patch)
tree680c384eecbef2d9894eef8bc6044c4b449177b1 /win.h
parent3e44ee5569a81ba6f06e1ecd19bf0ceb1e97f18d (diff)
downloadst-3518dba2a5fb57f601b74528ddeb67f173e4024b.tar.gz
Move usage() to be with run() in x.c
run/usage/xinit are now all internal to x.c Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
Diffstat (limited to 'win.h')
-rw-r--r--win.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/win.h b/win.h
index 423c114..60cecb1 100644
--- a/win.h
+++ b/win.h
@@ -9,13 +9,11 @@ typedef XftGlyphFontSpec GlyphFontSpec;
void draw(void);
void drawregion(int, int, int, int);
-void run(void);
void xbell(int);
void xclipcopy(void);
void xclippaste(void);
void xhints(void);
-void xinit(void);
void xloadcols(void);
int xsetcolorname(int, const char *);
void xloadfonts(char *, double);
remember that computers suck.