aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2010-06-13 17:19:57 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2010-06-13 17:19:57 +0000
commite481d461d6e13df2a2224d0d8f559e9b9a024379 (patch)
tree3e601879fc31f8b36bd617f751a939f7d62e5f46 /draw.c
parenteb0914e20b1fa429c05c3bab55f2e28864ef2b27 (diff)
downloaddzen-e481d461d6e13df2a2224d0d8f559e9b9a024379.tar.gz
dzen-e481d461d6e13df2a2224d0d8f559e9b9a024379.zip
Updated README
git-svn-id: http://dzen.googlecode.com/svn/trunk@270 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index e6756f6..6e99586 100644
--- a/draw.c
+++ b/draw.c
@@ -808,7 +808,7 @@ parse_line(const char *line, int lnr, int align, int reverse, int nodraw) {
}
XftDrawStringUtf8(xftd, &xftc,
- cur_fnt->xftfont, px, py + dzen.font.xftfont->ascent, lbuf, strlen(lbuf));
+ cur_fnt->xftfont, px, py + dzen.font.xftfont->ascent, (const FcChar8 *)lbuf, strlen(lbuf));
if(xftcs_f) {
free(xftcs);