comparison src/blur_scope/blur_scope.c @ 1395:761e17b23e0c

added Discovery plugin type
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 03 Aug 2007 07:21:36 +0300
parents 782f22f642d8
children 12425194a0fb
comparison
equal deleted inserted replaced
1394:2e25c7a29ac2 1395:761e17b23e0c
82 NULL /* render_freq */ 82 NULL /* render_freq */
83 }; 83 };
84 84
85 VisPlugin *bscope_vplist[] = { &bscope_vp, NULL }; 85 VisPlugin *bscope_vplist[] = { &bscope_vp, NULL };
86 86
87 DECLARE_PLUGIN(bscope, NULL, NULL, NULL, NULL, NULL, NULL, bscope_vplist); 87 DECLARE_PLUGIN(bscope, NULL, NULL, NULL, NULL, NULL, NULL, bscope_vplist,NULL);
88 88
89 #define WIDTH 256 89 #define WIDTH 256
90 #define HEIGHT 128 90 #define HEIGHT 128
91 #define min(x,y) ((x)<(y)?(x):(y)) 91 #define min(x,y) ((x)<(y)?(x):(y))
92 #define BPL ((WIDTH + 2)) 92 #define BPL ((WIDTH + 2))