]> git.armaanb.net Git - st.git/blobdiff - win.h
fix: correctly encode mouse buttons >= 8 in X10 and SGR mode
[st.git] / win.h
diff --git a/win.h b/win.h
index 6e662af7b1c78ea7111eea879e291bf75a26cc77..e6e43695fa17e2465756af66f6f883927b044fed 100644 (file)
--- a/win.h
+++ b/win.h
@@ -25,15 +25,16 @@ enum win_mode {
 
 void xbell(void);
 void xclipcopy(void);
-void xdrawcursor(void);
+void xdrawcursor(int, int, Glyph, int, int, Glyph);
 void xdrawline(Line, int, int, int);
-void xhints(void);
 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);
 void xsetpointermotion(int);
 void xsetsel(char *);
 int xstartdraw(void);
+void xximspot(int, int);