tag.c
changeset 97 1d125cf2925b
parent 95 5d88952cbf96
child 99 a19556fe83b5
equal deleted inserted replaced
96:a5fd13035bf9 97:1d125cf2925b
    10 /* static */
    10 /* static */
    11 
    11 
    12 /* CUSTOMIZE */ 
    12 /* CUSTOMIZE */ 
    13 static Rule rule[] = {
    13 static Rule rule[] = {
    14 	/* class			instance	tags						isfloat */
    14 	/* class			instance	tags						isfloat */
    15 	{ "Firefox-bin",	"Gecko",	{ [Twww] = "www" },			False },
    15 	{ "Firefox-bin",	"firefox-bin",	{ [Twww] = "www" },			False },
    16 };
    16 };
    17 
    17 
    18 /* extern */
    18 /* extern */
    19 
    19 
    20 /* CUSTOMIZE */
    20 /* CUSTOMIZE */