diff options
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ enum win_mode { | |||
25 | 25 | ||
26 | void xbell(void); | 26 | void xbell(void); |
27 | void xclipcopy(void); | 27 | void xclipcopy(void); |
28 | void xdrawcursor(void); | 28 | void xdrawcursor(int, int, Glyph, int, int, Glyph); |
29 | void xdrawline(Line, int, int, int); | 29 | void xdrawline(Line, int, int, int); |
30 | void xhints(void); | 30 | void xhints(void); |
31 | void xfinishdraw(void); | 31 | void xfinishdraw(void); |