aewl

changeset 150:a26b32ff8911

cleaned config.*h to prevent some confusion
author arg@10ksloc.org
date Tue, 01 Aug 2006 15:29:37 +0200
parents 332fcc6d4f88
children e1859517e3a6
files config.arg.h config.h dwm.h
diffstat 3 files changed, 5 insertions(+), 6 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Tue Aug 01 15:16:29 2006 +0200
     1.2 +++ b/config.arg.h	Tue Aug 01 15:29:37 2006 +0200
     1.3 @@ -3,7 +3,7 @@
     1.4   * See LICENSE file for license details.
     1.5   */
     1.6  
     1.7 -#define ARRANGE 		dotile
     1.8 +#define ARRANGE 		dotile /* dofloat */
     1.9  #define FONT			"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
    1.10  #define BGCOLOR			"#0a2c2d"
    1.11  #define FGCOLOR			"#ddeeee"
    1.12 @@ -11,7 +11,6 @@
    1.13  #define MODKEY			Mod1Mask
    1.14  #define NUMLOCKMASK		Mod2Mask
    1.15  #define MASTERW			52 /* percent */
    1.16 -#define WM_PROTOCOL_DELWIN	1
    1.17  
    1.18  enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
    1.19  #define TAGS \
     2.1 --- a/config.h	Tue Aug 01 15:16:29 2006 +0200
     2.2 +++ b/config.h	Tue Aug 01 15:29:37 2006 +0200
     2.3 @@ -3,7 +3,7 @@
     2.4   * See LICENSE file for license details.
     2.5   */
     2.6  
     2.7 -#define ARRANGE			dotile
     2.8 +#define ARRANGE 		dotile /* dofloat */
     2.9  #define FONT			"fixed"
    2.10  #define BGCOLOR			"#666699"
    2.11  #define FGCOLOR			"#eeeeee"
    2.12 @@ -11,7 +11,6 @@
    2.13  #define MODKEY			Mod1Mask
    2.14  #define NUMLOCKMASK		Mod2Mask
    2.15  #define MASTERW			52 /* percent */
    2.16 -#define WM_PROTOCOL_DELWIN	1
    2.17  
    2.18  enum { Tfnord, Tdev, Tnet, Twork, Tmisc, TLast };
    2.19  #define TAGS \
     3.1 --- a/dwm.h	Tue Aug 01 15:16:29 2006 +0200
     3.2 +++ b/dwm.h	Tue Aug 01 15:29:37 2006 +0200
     3.3 @@ -7,8 +7,9 @@
     3.4  #include CONFIG
     3.5  
     3.6  /* mask shorthands, used in event.c and client.c */
     3.7 -#define BUTTONMASK	(ButtonPressMask | ButtonReleaseMask)
     3.8 -#define MOUSEMASK	(BUTTONMASK | PointerMotionMask)
     3.9 +#define BUTTONMASK		(ButtonPressMask | ButtonReleaseMask)
    3.10 +#define MOUSEMASK		(BUTTONMASK | PointerMotionMask)
    3.11 +#define WM_PROTOCOL_DELWIN	1
    3.12  
    3.13  typedef union Arg Arg;
    3.14  typedef struct Client Client;