projects
/
suckless
/
dmenu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a1913a6
)
s/setfont/initfont/
author
Anselm R. Garbe
<arg@suckless.org>
Tue, 20 Feb 2007 12:54:37 +0000
(13:54 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Tue, 20 Feb 2007 12:54:37 +0000
(13:54 +0100)
main.c
patch
|
blob
|
history
diff --git
a/main.c
b/main.c
index 8b24bb07bcfa146e88489144801d8622ea1a9d5e..3ac1c91617878b313eeff37bc4a4474797cf7586 100644
(file)
--- a/
main.c
+++ b/
main.c
@@
-119,7
+119,7
@@
getcolor(const char *colstr) {
}
static void
-
se
tfont(const char *fontstr) {
+
ini
tfont(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);
-
se
tfont(font);
+
ini
tfont(font);
/* menu window */
wa.override_redirect = 1;
wa.background_pixmap = ParentRelative;