]> git.armaanb.net Git - st.git/blobdiff - win.h
Switch to zenburn theme
[st.git] / win.h
diff --git a/win.h b/win.h
index a6ef1b9736d188a78e014c482ecafde688974861..8b5b618101e919b691457e098856baeb18b9bd23 100644 (file)
--- a/win.h
+++ b/win.h
@@ -25,11 +25,12 @@ enum win_mode {
 
 void xbell(void);
 void xclipcopy(void);
-void xdrawcursor(int, int, Glyph, int, int, Glyph);
+void xdrawcursor(int, int, Glyph, int, int, Glyph, Line, int);
 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);