summaryrefslogtreecommitdiff
path: root/win.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2021-08-16 18:22:39 -0500
committerzachir <zachir@librem.one>2021-08-16 18:22:39 -0500
commit5e61b38fb5c2e7b4100e2d391711c019870fb9d8 (patch)
treee051cf7bcb9932a7137b3324d904c43df2d54c41 /win.h
parent65bae4da356c78d67eb8a1a69d258460a1360cb4 (diff)
update
Diffstat (limited to 'win.h')
-rw-r--r--win.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/win.h b/win.h
index a6ef1b9..2119449 100644
--- a/win.h
+++ b/win.h
@@ -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);