config.arg.h
changeset 545 18b3666eae17
parent 542 21a924818b61
child 547 de3fd5271408
equal deleted inserted replaced
544:88ebcfe64c2d 545:18b3666eae17
    57 };
    57 };
    58 
    58 
    59 #define RULES \
    59 #define RULES \
    60 static Rule rule[] = { \
    60 static Rule rule[] = { \
    61 	/* class:instance:title regex	tags regex	isfloat */ \
    61 	/* class:instance:title regex	tags regex	isfloat */ \
    62 	{ "Firefox.*",			"net",		False}, \
    62 	{ "Firefox.*",			"net",		False }, \
    63 	{ "Gimp.*",			NULL,		True}, \
    63 	{ "Gimp.*",			NULL,		True }, \
    64 	{ "MPlayer.*",			NULL,		True}, \
    64 	{ "MPlayer.*",			NULL,		True }, \
    65 	{ "Acroread.*",			NULL,		True}, \
    65 	{ "Acroread.*",			NULL,		True }, \
    66 };
    66 };