浏览代码

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;


正在加载...
取消
保存