dwm-meillo

changeset 179:621222b67c3b

stylistic chnage
author arg@10ksloc.org
date Thu, 03 Aug 2006 12:21:00 +0200
parents e848966a1ac6
children 6d2bc1d3a00d
files config.arg.h config.default.h
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
line diff
     1.1 --- a/config.arg.h	Thu Aug 03 12:12:26 2006 +0200
     1.2 +++ b/config.arg.h	Thu Aug 03 12:21:00 2006 +0200
     1.3 @@ -57,10 +57,10 @@
     1.4  };
     1.5  
     1.6  #define RULES \
     1.7 -	const unsigned int firefox[] = { 2 }; \
     1.8 +	const unsigned int tag2[] = { 2 }; \
     1.9  static Rule rule[] = { \
    1.10  	/* class:instance	tags		isfloat */ \
    1.11 -	{ "Firefox.*",		firefox,	False }, \
    1.12 +	{ "Firefox.*",		tag2,		False }, \
    1.13  	{ "Gimp.*",		NULL,		True}, \
    1.14  	{ "MPlayer.*",		NULL,		True}, \
    1.15  	{ "Acroread.*",		NULL,		True}, \
     2.1 --- a/config.default.h	Thu Aug 03 12:12:26 2006 +0200
     2.2 +++ b/config.default.h	Thu Aug 03 12:21:00 2006 +0200
     2.3 @@ -48,9 +48,9 @@
     2.4  };
     2.5  
     2.6  #define RULES \
     2.7 -	const unsigned int firefox[] = { 2 }; \
     2.8 +	const unsigned int tag2[] = { 2 }; \
     2.9  static Rule rule[] = { \
    2.10  	/* class:instance	tags		isfloat */ \
    2.11 -	{ "Firefox.*",		firefox,	False }, \
    2.12 +	{ "Firefox.*",		tag2,	False }, \
    2.13  	{ "Gimp.*",		NULL,		True}, \
    2.14  };