Fix _WMFS_FONT, bug #83

Signed-off-by: Raphael Khaiat <raphael@khaiat.org>
This commit is contained in:
David Delassus 2011-01-31 13:52:43 +01:00 committed by Raphael Khaiat
parent 2e4c8bd202
commit aa3f2b7fd0

View File

@ -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;
}