---
tabbed.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tabbed.c b/tabbed.c
index af207c8..4ee4277 100644
--- a/tabbed.c
+++ b/tabbed.c
_AT_@ -1296,8 +1296,8 @@ xsettitle(Window w, const char *str)
{
XTextProperty xtp;
- if (XmbTextListToTextProperty(dpy, (char **)&str, 1,
- XCompoundTextStyle, &xtp) == Success) {
+ if (Xutf8TextListToTextProperty(dpy, (char **)&str, 1,
+ XUTF8StringStyle, &xtp) == Success) {
XSetTextProperty(dpy, w, &xtp, wmatom[WMName]);
XSetTextProperty(dpy, w, &xtp, XA_WM_NAME);
XFree(xtp.value);
--
2.26.2
Received on Thu Jun 04 2020 - 11:13:49 CEST
This archive was generated by hypermail 2.3.0 : Thu Jun 04 2020 - 11:24:31 CEST