]> Dogcows Code - chaz/openbox/commitdiff
oops typo
authorDana Jansens <danakj@orodu.net>
Fri, 20 Jun 2003 05:45:55 +0000 (05:45 +0000)
committerDana Jansens <danakj@orodu.net>
Fri, 20 Jun 2003 05:45:55 +0000 (05:45 +0000)
render/font.c

index 2360735443ee74c2d83a90c3a8519e0d08a822a6..86660626f31312eef810c934164f797a28a46716 100644 (file)
@@ -115,7 +115,7 @@ void font_draw(XftDraw *d, TextureText *t, Rect *area)
     /* center vertically */
     y = area->y +
         (area->height - font_height(t->font, t->shadow, t->offset)) / 2;
-    w = area->width - theme-bevel * 2;
+    w = area->width - theme_bevel * 2;
     h = area->height;
 
     text = g_string_new(t->string);
This page took 0.025543 seconds and 4 git commands to generate.