X-Git-Url: https://git.armaanb.net/?p=st.git;a=blobdiff_plain;f=win.h;h=8b5b618101e919b691457e098856baeb18b9bd23;hp=7a866fdfa9864e954780364cd89d2a2bce77758c;hb=HEAD;hpb=a5dc1b46976b2252f9d7bb68f126c4b0f351dd1a diff --git a/win.h b/win.h index 7a866fd..8b5b618 100644 --- a/win.h +++ b/win.h @@ -25,15 +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 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);