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>
This commit is contained in:
parent
3e44ee5569
commit
3518dba2a5
4 changed files with 18 additions and 19 deletions
2
win.h
2
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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue