JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
renamed ARRANGE into DEFMODE
authorarg@10ksloc.org <unknown>
Tue, 1 Aug 2006 14:39:20 +0000 (16:39 +0200)
committerarg@10ksloc.org <unknown>
Tue, 1 Aug 2006 14:39:20 +0000 (16:39 +0200)
config.arg.h
config.h
tag.c

index 180b890..f87489b 100644 (file)
@@ -4,8 +4,7 @@
  */
 
 enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
-
-#define ARRANGE                        dotile /* dofloat */
+#define DEFMODE                        dotile /* dofloat */
 #define DEFTAG                 Tdev
 #define FONT                   "-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
 #define BGCOLOR                        "#0a2c2d"
index 36213c0..ac7bdac 100644 (file)
--- a/config.h
+++ b/config.h
@@ -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"
diff --git a/tag.c b/tag.c
index f7513c1..f6c33ea 100644 (file)
--- a/tag.c
+++ b/tag.c
@@ -21,7 +21,7 @@ typedef struct {
 TAGS
 RULES
 
-void (*arrange)(Arg *) = ARRANGE;
+void (*arrange)(Arg *) = DEFMODE;
 
 /* extern */