diff 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
line wrap: on
line diff
--- a/src/blur_scope/blur_scope.c	Sat Jul 28 14:45:30 2007 +0300
+++ b/src/blur_scope/blur_scope.c	Fri Aug 03 07:21:36 2007 +0300
@@ -84,7 +84,7 @@
 
 VisPlugin *bscope_vplist[] = { &bscope_vp, NULL };
 
-DECLARE_PLUGIN(bscope, NULL, NULL, NULL, NULL, NULL, NULL, bscope_vplist);
+DECLARE_PLUGIN(bscope, NULL, NULL, NULL, NULL, NULL, NULL, bscope_vplist,NULL);
 
 #define WIDTH 256
 #define HEIGHT 128