diff options
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -8,7 +8,7 @@ | |||
8 | void draw(void); | 8 | void draw(void); |
9 | void drawregion(int, int, int, int); | 9 | void drawregion(int, int, int, int); |
10 | 10 | ||
11 | void xbell(int); | 11 | void xbell(void); |
12 | void xclipcopy(void); | 12 | void xclipcopy(void); |
13 | void xclippaste(void); | 13 | void xclippaste(void); |
14 | void xhints(void); | 14 | void xhints(void); |
@@ -16,7 +16,6 @@ void xloadcols(void); | |||
16 | int xsetcolorname(int, const char *); | 16 | int xsetcolorname(int, const char *); |
17 | void xsettitle(char *); | 17 | void xsettitle(char *); |
18 | void xsetpointermotion(int); | 18 | void xsetpointermotion(int); |
19 | void xseturgency(int); | ||
20 | void xresize(int, int); | 19 | void xresize(int, int); |
21 | void xselpaste(void); | 20 | void xselpaste(void); |
22 | void xsetsel(char *, Time); | 21 | void xsetsel(char *, Time); |