no need to use the global here.
ok todd@ oga@
This commit is contained in:
2
conf.c
2
conf.c
@@ -57,7 +57,7 @@ conf_font(struct conf *c)
|
|||||||
|
|
||||||
sc = screen_current();
|
sc = screen_current();
|
||||||
|
|
||||||
c->DefaultFont = font_make(sc, Conf.DefaultFontName);
|
c->DefaultFont = font_make(sc, c->DefaultFontName);
|
||||||
c->FontHeight = font_ascent() + font_descent() + 1;
|
c->FontHeight = font_ascent() + font_descent() + 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user