config.arg.h
changeset 518 f35e6c5993ef
parent 516 e5f8d6ac509c
child 524 1a9a0877650c
equal deleted inserted replaced
517:2b4bd49fc155 518:f35e6c5993ef
    62 };
    62 };
    63 
    63 
    64 #define RULES \
    64 #define RULES \
    65 static Rule rule[] = { \
    65 static Rule rule[] = { \
    66 	/* class:instance:title regex	tags regex	isfloat */ \
    66 	/* class:instance:title regex	tags regex	isfloat */ \
    67 	{ "Firefox.*",			"net",		True}, \
    67 	{ "Firefox.*",			"net",		False}, \
    68 	{ "Gimp.*",			NULL,		True}, \
    68 	{ "Gimp.*",			NULL,		True}, \
    69 	{ "MPlayer.*",			NULL,		True}, \
    69 	{ "MPlayer.*",			NULL,		True}, \
    70 	{ "Acroread.*",			NULL,		True}, \
    70 	{ "Acroread.*",			NULL,		True}, \
    71 };
    71 };