From 9e55f36473bec71d60214439c995a2f0bfb6f75f Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sun, 14 May 2000 19:15:51 +0000 Subject: [PATCH] gawwwwwwwwwd - oops th = h not th = w; :) SVN revision: 2649 --- src/font.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/font.c b/src/font.c index d7602bf..42fc86d 100644 --- a/src/font.c +++ b/src/font.c @@ -426,7 +426,7 @@ __imlib_render_str(ImlibImage *im, ImlibFont *fn, int drx, int dry, const char * /* figure out the size this text string is going to be */ __imlib_calc_size(fn, &w, &h, text); - tw = w; th = w; + tw = w; th = h; switch(dir) { case 0: