dwm-meillo
changeset 182:7636f51e737f
s/tag2/two/g
author | arg@10ksloc.org |
---|---|
date | Thu, 03 Aug 2006 15:09:52 +0200 |
parents | 03cb4cc41818 |
children | ca8d8b7bd16f |
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 15:05:34 2006 +0200 1.2 +++ b/config.arg.h Thu Aug 03 15:09:52 2006 +0200 1.3 @@ -57,10 +57,10 @@ 1.4 }; 1.5 1.6 #define RULES \ 1.7 - const unsigned int tag2[] = { 2 }; \ 1.8 + const unsigned int two[] = { 2 }; \ 1.9 static Rule rule[] = { \ 1.10 /* class:instance tags isfloat */ \ 1.11 - { "Firefox.*", tag2, False }, \ 1.12 + { "Firefox.*", two, 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 15:05:34 2006 +0200 2.2 +++ b/config.default.h Thu Aug 03 15:09:52 2006 +0200 2.3 @@ -48,9 +48,9 @@ 2.4 }; 2.5 2.6 #define RULES \ 2.7 - const unsigned int tag2[] = { 2 }; \ 2.8 + const unsigned int two[] = { 2 }; \ 2.9 static Rule rule[] = { \ 2.10 /* class:instance tags isfloat */ \ 2.11 - { "Firefox.*", tag2, False }, \ 2.12 + { "Firefox.*", two, False }, \ 2.13 { "Gimp.*", NULL, True}, \ 2.14 };