X-Git-Url: https://git.armaanb.net/?p=st.git;a=blobdiff_plain;f=win.h;h=8b5b618101e919b691457e098856baeb18b9bd23;hp=31f327d61cf9746d07a6c4676de08e79819d39c1;hb=HEAD;hpb=e0215d53770a9b6bc6e5d7b9a603ecd34dbd7100 diff --git a/win.h b/win.h index 31f327d..8b5b618 100644 --- a/win.h +++ b/win.h @@ -25,14 +25,16 @@ 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); void xsetpointermotion(int); void xsetsel(char *); int xstartdraw(void); +void xximspot(int, int);