diff options
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; | |||
9 | 9 | ||
10 | void draw(void); | 10 | void draw(void); |
11 | void drawregion(int, int, int, int); | 11 | void drawregion(int, int, int, int); |
12 | void run(void); | ||
13 | 12 | ||
14 | void xbell(int); | 13 | void xbell(int); |
15 | void xclipcopy(void); | 14 | void xclipcopy(void); |
16 | void xclippaste(void); | 15 | void xclippaste(void); |
17 | void xhints(void); | 16 | void xhints(void); |
18 | void xinit(void); | ||
19 | void xloadcols(void); | 17 | void xloadcols(void); |
20 | int xsetcolorname(int, const char *); | 18 | int xsetcolorname(int, const char *); |
21 | void xloadfonts(char *, double); | 19 | void xloadfonts(char *, double); |