8b564c1a3f
None of the X-related includes are needed any longer. In addition, move the X modifier defines into x.c, as they are not used outside. Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
15 lines
310 B
C
15 lines
310 B
C
/* See LICENSE for license details. */
|
|
|
|
void draw(void);
|
|
void drawregion(int, int, int, int);
|
|
|
|
void xbell(void);
|
|
void xclipcopy(void);
|
|
void xhints(void);
|
|
void xloadcols(void);
|
|
int xsetcolorname(int, const char *);
|
|
void xsettitle(char *);
|
|
int xsetcursor(int);
|
|
void xsetpointermotion(int);
|
|
void xsetsel(char *);
|