소스 검색

found compromise

master
arg@mig29 17 년 전
부모
커밋
c69f397bb9
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      dmenu.h
  2. +1
    -1
      draw.c

+ 1
- 1
dmenu.h 파일 보기

@@ -4,7 +4,7 @@

#include <X11/Xlib.h>

#define FONT "fixed"
#define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
#define NORMBGCOLOR "#333366"
#define NORMFGCOLOR "#cccccc"
#define SELBGCOLOR "#666699"


+ 1
- 1
draw.c 파일 보기

@@ -79,7 +79,7 @@ getcolor(const char *colstr) {

void
setfont(const char *fontstr) {
char **missing, *def;
char *def, **missing;
int i, n;

missing = NULL;


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