diff options
Diffstat (limited to 'win.h')
| -rw-r--r-- | win.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,6 @@ void xdrawline(Line, int, int, int); void xfinishdraw(void); void xloadcols(void); int xsetcolorname(int, const char *); -void xseticontitle(char *); void xsettitle(char *); int xsetcursor(int); void xsetmode(int, unsigned int); @@ -38,3 +37,4 @@ void xsetpointermotion(int); void xsetsel(char *); int xstartdraw(void); void xximspot(int, int); +void xclearwin(void); |
