aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarg@mig29 <unknown>2006-12-07 14:38:31 +0100
committerarg@mig29 <unknown>2006-12-07 14:38:31 +0100
commitc69f397bb9a2234173726e5703eee8c123afacb4 (patch)
treece5f5804991c2ad08b31c8a03df7ebda13413eed
parentb9fbd59c8a424d8aecd59634d66e5b379f72b316 (diff)
found compromise
-rw-r--r--dmenu.h2
-rw-r--r--draw.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/dmenu.h b/dmenu.h
index 08d7605..ff9790d 100644
--- a/dmenu.h
+++ b/dmenu.h
@@ -4,7 +4,7 @@
4 4
5#include <X11/Xlib.h> 5#include <X11/Xlib.h>
6 6
7#define FONT "fixed" 7#define FONT "-*-fixed-medium-r-normal-*-13-*-*-*-*-*-*-*"
8#define NORMBGCOLOR "#333366" 8#define NORMBGCOLOR "#333366"
9#define NORMFGCOLOR "#cccccc" 9#define NORMFGCOLOR "#cccccc"
10#define SELBGCOLOR "#666699" 10#define SELBGCOLOR "#666699"
diff --git a/draw.c b/draw.c
index 62f6e2c..bd11091 100644
--- a/draw.c
+++ b/draw.c
@@ -79,7 +79,7 @@ getcolor(const char *colstr) {
79 79
80void 80void
81setfont(const char *fontstr) { 81setfont(const char *fontstr) {
82 char **missing, *def; 82 char *def, **missing;
83 int i, n; 83 int i, n;
84 84
85 missing = NULL; 85 missing = NULL;