found compromise
c69f397bb9a2234173726e5703eee8c123afacb4
b9fbd59c8a424d8aecd59634d66e5b379f72b316
@@ -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"
@@ -4,7 +4,7 @@ */
@@ -79,7 +79,7 @@ } void setfont(const char *fontstr) { - char **missing, *def; + char *def, **missing; int i, n; missing = NULL;
@@ -79,7 +79,7 @@ }