diff options
author | arg@10ksloc.org <unknown> | 2006-08-01 16:39:20 +0200 |
---|---|---|
committer | arg@10ksloc.org <unknown> | 2006-08-01 16:39:20 +0200 |
commit | ab7a11c0c73fa101c8e0234f8214284888fb8156 (patch) | |
tree | ec910d2cc5b224a43a3f777adffbc5f20a054062 /config.h | |
parent | d8675f6f30f31aeb38680fe748d6a66fca0a8990 (diff) |
renamed ARRANGE into DEFMODE
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,8 +4,8 @@ */ enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast }; +#define DEFMODE dotile /* dofloat */ #define DEFTAG Tdev -#define ARRANGE dotile /* dofloat */ #define FONT "fixed" #define BGCOLOR "#666699" #define FGCOLOR "#eeeeee" |