no need to use the global here.

ok todd@ oga@
This commit is contained in:
okan 2009-05-04 19:13:33 +00:00
parent 4f34392258
commit 64f0038db7

2
conf.c
View File

@ -57,7 +57,7 @@ conf_font(struct conf *c)
sc = screen_current();
c->DefaultFont = font_make(sc, Conf.DefaultFontName);
c->DefaultFont = font_make(sc, c->DefaultFontName);
c->FontHeight = font_ascent() + font_descent() + 1;
}