all repos — dmenu @ e4fc9053178152332722d93f0ac81855629b93da

my build of dmenu

s/setfont/initfont/
Anselm R. Garbe arg@suckless.org
Tue, 20 Feb 2007 13:54:37 +0100
commit

e4fc9053178152332722d93f0ac81855629b93da

parent

a1913a6af7c9cd6de18e15e989050690fdaa6600

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M main.cmain.c

@@ -119,7 +119,7 @@ return color.pixel;

} static void -setfont(const char *fontstr) { +initfont(const char *fontstr) { char *def, **missing; int i, n;

@@ -474,7 +474,7 @@ dc.norm[ColBG] = getcolor(normbg);

dc.norm[ColFG] = getcolor(normfg); dc.sel[ColBG] = getcolor(selbg); dc.sel[ColFG] = getcolor(selfg); - setfont(font); + initfont(font); /* menu window */ wa.override_redirect = 1; wa.background_pixmap = ParentRelative;