all repos — dwm @ ab7a11c0c73fa101c8e0234f8214284888fb8156

my dwm build

renamed ARRANGE into DEFMODE
arg@10ksloc.org unknown
Tue, 01 Aug 2006 16:39:20 +0200
commit

ab7a11c0c73fa101c8e0234f8214284888fb8156

parent

d8675f6f30f31aeb38680fe748d6a66fca0a8990

3 files changed, 3 insertions(+), 4 deletions(-)

jump to
M config.arg.hconfig.arg.h

@@ -4,8 +4,7 @@ * See LICENSE file for license details.

*/ 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"
M config.hconfig.h

@@ -4,8 +4,8 @@ * See LICENSE file for license details.

*/ 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"
M tag.ctag.c

@@ -21,7 +21,7 @@

TAGS RULES -void (*arrange)(Arg *) = ARRANGE; +void (*arrange)(Arg *) = DEFMODE; /* extern */