From: Dana Jansens Date: Sun, 8 Jun 2003 04:17:48 +0000 (+0000) Subject: text seems to be in the right spot now. X-Git-Tag: gl-oldtheme~38 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=363f65593119caf85f6f0616096bdd516a30c6be;p=dana%2Fopenbox.git text seems to be in the right spot now. --- 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();