config.def.h
changeset 1113 01d9790a8a09
parent 1109 55e2f7e96b71
child 1114 31b3935773cb
equal deleted inserted replaced
1112:27d2e0f4ff82 1113:01d9790a8a09
    10 #define SELBORDERCOLOR		"#0066ff"
    10 #define SELBORDERCOLOR		"#0066ff"
    11 #define SELBGCOLOR		"#0066ff"
    11 #define SELBGCOLOR		"#0066ff"
    12 #define SELFGCOLOR		"#ffffff"
    12 #define SELFGCOLOR		"#ffffff"
    13 
    13 
    14 /* old */
    14 /* old */
    15 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "nil", "6", "7", "8", "www" };
    15 const char tags[][MAXTAGLEN]     = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
    16 unsigned int vtags[LENGTH(tags)] = {  0 ,  0 ,  0 ,  0 ,   0  ,  1 ,  1 ,  1 ,   1   };
    16 unsigned int vtags[LENGTH(tags)] = {  0 ,  0 ,  0 ,  0 ,   0  ,  1 ,  1 ,  1 ,   1   };
    17 
    17 
    18 Rule rules[] = {
    18 Rule rules[] = {
    19 	/* class:instance:title substr	tags ref	isfloating */
    19 	/* class:instance:title substr	tags ref	isfloating */
    20 	{ "Firefox",			tags[8],	False },
    20 	{ "Firefox",			tags[8],	False },