diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2017-10-10 11:11:27 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2018-02-25 21:53:24 -0600 |
commit | 3518dba2a5fb57f601b74528ddeb67f173e4024b (patch) | |
tree | 680c384eecbef2d9894eef8bc6044c4b449177b1 /win.h | |
parent | 3e44ee5569a81ba6f06e1ecd19bf0ceb1e97f18d (diff) |
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.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |