aewl
diff config.default.h @ 326:73efaa15a635
removed DEFTAG
author | Anselm R. Garbe <arg@10kloc.org> |
---|---|
date | Tue, 22 Aug 2006 16:42:29 +0200 |
parents | 8373e295cb04 |
children | 50a81ba123bf |
line diff
1.1 --- a/config.default.h Tue Aug 22 16:06:11 2006 +0200 1.2 +++ b/config.default.h Tue Aug 22 16:42:29 2006 +0200 1.3 @@ -4,10 +4,9 @@ 1.4 */ 1.5 1.6 #define TAGS \ 1.7 -const char *tags[] = { "0", "1", "2", "3", "4", NULL }; 1.8 +const char *tags[] = { "1", "2", "3", "4", "0", NULL }; 1.9 1.10 #define DEFMODE dotile /* dofloat */ 1.11 -#define DEFTAG 1 /* index */ 1.12 #define FONT "fixed" 1.13 #define BGCOLOR "#666699" 1.14 #define FGCOLOR "#eeeeee"