config.arg.h
changeset 758 63ad05e7f9e1
parent 739 7834ffd650d5
child 769 dc60583894e0
equal deleted inserted replaced
757:22dfaeb82491 758:63ad05e7f9e1
    85 };
    85 };
    86 
    86 
    87 #define RULES \
    87 #define RULES \
    88 static Rule rule[] = { \
    88 static Rule rule[] = { \
    89 	/* class:instance:title regex	tags regex	isfloat */ \
    89 	/* class:instance:title regex	tags regex	isfloat */ \
    90 	{ "Firefox.*",			"3",		False }, \
    90 	{ "Firefox",			"3",		False }, \
    91 	{ "Gimp.*",			NULL,		True }, \
    91 	{ "Gimp",			NULL,		True }, \
    92 	{ "MPlayer.*",			NULL,		True }, \
    92 	{ "MPlayer",			NULL,		True }, \
    93 	{ "Acroread.*",			NULL,		True }, \
    93 	{ "Acroread",			NULL,		True }, \
    94 };
    94 };