aboutsummaryrefslogtreecommitdiff
path: root/win.h
diff options
context:
space:
mode:
authorTim Keller <tjkeller.xyz>2025-01-08 21:41:30 -0600
committerTim Keller <tjkeller.xyz>2025-01-08 21:41:30 -0600
commitd8e0ba487eca7164aed1d1fde1258558a6e44368 (patch)
treef9bc22b98f3450252a52c79a6bdeca2fe5b814b8 /win.h
parent6009e6e25bdff9548f085e9ae562b1ca305d3a0b (diff)
downloadst-d8e0ba487eca7164aed1d1fde1258558a6e44368.tar.xz
st-d8e0ba487eca7164aed1d1fde1258558a6e44368.zip
add patches and configtj-0.9.2.00.9.2.0
Diffstat (limited to 'win.h')
-rw-r--r--win.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/win.h b/win.h
index 6de960d..2a40aa0 100644
--- a/win.h
+++ b/win.h
@@ -32,7 +32,9 @@ void xloadcols(void);
int xsetcolorname(int, const char *);
int xgetcolor(int, unsigned char *, unsigned char *, unsigned char *);
void xseticontitle(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);