fix clip?

SVN revision: 27085
This commit is contained in:
Carsten Haitzler 2006-11-13 11:20:00 +00:00
parent 34541f41d8
commit 4eed6ec35b
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ imlib_render_str(ImlibImage * im, ImlibFont * fn, int drx, int dry,
ascent = imlib_font_max_ascent_get(fn);
imlib_font_draw(im2, col, fn, 0, ascent, text, &nx, &ny, clx, cly, clw, clh);
imlib_font_draw(im2, col, fn, 0, ascent, text, &nx, &ny, 0, 0, w, h);
/* OK, now we have small ImlibImage with text rendered,
* have to blend it on im */