瀏覽代碼

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;


Loading…
取消
儲存