X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/88d8293fb4ba150a5f19d58d133b5db93d9dcfa5..4ef0cbd8b9371f37f7d02ef37b5378b879e6b8bf:/win.h diff --git a/win.h b/win.h index 6e662af..e6e4369 100644 --- 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);