diff options
author | zachir <zachir@librem.one> | 2021-08-16 18:22:39 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2021-08-16 18:22:39 -0500 |
commit | 5e61b38fb5c2e7b4100e2d391711c019870fb9d8 (patch) | |
tree | e051cf7bcb9932a7137b3324d904c43df2d54c41 /win.h | |
parent | 65bae4da356c78d67eb8a1a69d258460a1360cb4 (diff) |
update
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -25,15 +25,18 @@ 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 xsettitle(char *); +void xfreetitlestack(void); +void xsettitle(char *, int); +void xpushtitle(void); int xsetcursor(int); void xsetmode(int, unsigned int); void xsetpointermotion(int); void xsetsel(char *); int xstartdraw(void); void xximspot(int, int); +void xclearwin(void); |