ts/setfont/initfont/ - dmenu - Dmenu fork with xft fonts.
 (HTM) git clone git://r-36.net/dmenu
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e4fc9053178152332722d93f0ac81855629b93da
 (DIR) parent a1913a6af7c9cd6de18e15e989050690fdaa6600
 (HTM) Author: Anselm R. Garbe <arg@suckless.org>
       Date:   Tue, 20 Feb 2007 13:54:37 +0100
       
       s/setfont/initfont/
       Diffstat:
         main.c                              |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       t@@ -119,7 +119,7 @@ getcolor(const char *colstr) {
        }
        
        static void
       -setfont(const char *fontstr) {
       +initfont(const char *fontstr) {
                char *def, **missing;
                int i, n;
        
       t@@ -474,7 +474,7 @@ main(int argc, char *argv[]) {
                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;