소스 검색

s/setfont/initfont/

master
Anselm R. Garbe 17 년 전
부모
커밋
e4fc905317
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +2
    -2
      main.c

+ 2
- 2
main.c 파일 보기

@@ -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;


불러오는 중...
취소
저장