changeset: 164:8ca8962b48c9
user: Anselm R. Garbe <arg_AT_suckless.org>
date: Tue Feb 20 13:54:37 2007 +0100
summary: s/setfont/initfont/
diff -r 189039e09bc5 -r 8ca8962b48c9 main.c
--- a/main.c Tue Feb 20 13:54:00 2007 +0100
+++ b/main.c Tue Feb 20 13:54:37 2007 +0100
@@ -119,7 +119,7 @@ getcolor(const char *colstr) {
}
static void
-setfont(const char *fontstr) {
+initfont(const char *fontstr) {
char *def, **missing;
int i, n;
@@ -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;
Received on Tue Feb 20 2007 - 13:58:16 UTC
This archive was generated by hypermail 2.2.0 : Sun Jul 13 2008 - 15:55:32 UTC