Kaynağa Gözat

renamed ARRANGE into DEFMODE

arg@10ksloc.org 19 yıl önce
ebeveyn
işleme
ab7a11c0c7
3 değiştirilmiş dosya ile 3 ekleme ve 4 silme
  1. 1 2
      config.arg.h
  2. 1 1
      config.h
  3. 1 1
      tag.c

+ 1 - 2
config.arg.h

@@ -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"

+ 1 - 1
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"

+ 1 - 1
tag.c

@@ -21,7 +21,7 @@ typedef struct {
 TAGS
 RULES
 
-void (*arrange)(Arg *) = ARRANGE;
+void (*arrange)(Arg *) = DEFMODE;
 
 /* extern */