Fix _WMFS_FONT, bug #83
Signed-off-by: Raphael Khaiat <raphael@khaiat.org>
This commit is contained in:
parent
2e4c8bd202
commit
aa3f2b7fd0
@ -70,7 +70,7 @@ init_font(void)
|
||||
|
||||
/* Set font in _WMFS_FONT for eventual status tools */
|
||||
XChangeProperty(dpy, ROOT, net_atom[wmfs_font], net_atom[utf8_string], 8,
|
||||
PropModeReplace, (uchar*)&conf.font, strlen(conf.font));
|
||||
PropModeReplace, (uchar*)conf.font, strlen(conf.font));
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user