From 363f65593119caf85f6f0616096bdd516a30c6be Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 8 Jun 2003 04:17:48 +0000 Subject: [PATCH] text seems to be in the right spot now. --- glft/render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glft/render.c b/glft/render.c index 3f85a89d..6b759102 100644 --- a/glft/render.c +++ b/glft/render.c @@ -56,7 +56,7 @@ static void drawstring(struct GlftFont *font, const char *str, int bytes, const char *c; struct GlftGlyph *g, *p = NULL; - y += font->descent - 1; /* XXX why -1? it works tho, it seems.. */ + y += font->descent/2; /* XXX fixme */ glColor4f(color->r, color->g, color->b, color->a); glPushMatrix(); -- 2.34.1