config.arg.h
changeset 475 898c54484cb2
parent 473 2d8af0d7920d
child 493 d0104ede6454
equal deleted inserted replaced
474:f57b92d6bc1d 475:898c54484cb2
    58 };
    58 };
    59 
    59 
    60 #define RULES \
    60 #define RULES \
    61 static Rule rule[] = { \
    61 static Rule rule[] = { \
    62 	/* class:instance:title regex	tags regex	isfloat */ \
    62 	/* class:instance:title regex	tags regex	isfloat */ \
    63 	{ "Firefox.*",			"net",		False }, \
    63 	{ "Firefox.*",			"net",		True}, \
    64 	{ "Gimp.*",			NULL,		True}, \
    64 	{ "Gimp.*",			NULL,		True}, \
    65 	{ "MPlayer.*",			NULL,		True}, \
    65 	{ "MPlayer.*",			NULL,		True}, \
    66 	{ "Acroread.*",			NULL,		True}, \
    66 	{ "Acroread.*",			NULL,		True}, \
    67 };
    67 };