mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
no need to use the global here.
ok todd@ oga@
This commit is contained in:
parent
4f34392258
commit
64f0038db7
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user