comparison src/projectm/main.c @ 1395:761e17b23e0c

added Discovery plugin type
author Cristi Magherusan <majeru@atheme-project.org>
date Fri, 03 Aug 2007 07:21:36 +0300
parents 038298d9fbe3
children c0463e51c338
comparison
equal deleted inserted replaced
1394:2e25c7a29ac2 1395:761e17b23e0c
89 projectM_render_freq // Render the freq data, must return quickly 89 projectM_render_freq // Render the freq data, must return quickly
90 }; 90 };
91 91
92 VisPlugin *projectM_vplist[] = { &projectM_vtable, NULL }; 92 VisPlugin *projectM_vplist[] = { &projectM_vtable, NULL };
93 93
94 DECLARE_PLUGIN(projectm, NULL, NULL, NULL, NULL, NULL, NULL, projectM_vplist); 94 DECLARE_PLUGIN(projectm, NULL, NULL, NULL, NULL, NULL, NULL, projectM_vplist,NULL);
95 95
96 // Our worker thread 96 // Our worker thread
97 SDL_Thread *worker_thread; 97 SDL_Thread *worker_thread;
98 98
99 SDL_mutex *mutex; 99 SDL_mutex *mutex;