s/setfont/initfont/ e4fc9053
Anselm R. Garbe · 2007-02-20 13:54 1 file(s) · +2 −2
main.c +2 −2
119 119
}
120 120
121 121
static void
122 -
setfont(const char *fontstr) {
122 +
initfont(const char *fontstr) {
123 123
	char *def, **missing;
124 124
	int i, n;
125 125
474 474
	dc.norm[ColFG] = getcolor(normfg);
475 475
	dc.sel[ColBG] = getcolor(selbg);
476 476
	dc.sel[ColFG] = getcolor(selfg);
477 -
	setfont(font);
477 +
	initfont(font);
478 478
	/* menu window */
479 479
	wa.override_redirect = 1;
480 480
	wa.background_pixmap = ParentRelative;