Mercurial > audlegacy-plugins
comparison src/rootvis/rootvis.c @ 1395:761e17b23e0c
added Discovery plugin type
| author | Cristi Magherusan <majeru@atheme-project.org> |
|---|---|
| date | Fri, 03 Aug 2007 07:21:36 +0300 |
| parents | 359cd2c10405 |
| children | 8d872d64e695 |
comparison
equal
deleted
inserted
replaced
| 1394:2e25c7a29ac2 | 1395:761e17b23e0c |
|---|---|
| 42 rootvis_render_freq // Render the freq data, must return quickly | 42 rootvis_render_freq // Render the freq data, must return quickly |
| 43 }; | 43 }; |
| 44 | 44 |
| 45 VisPlugin *rootvis_vplist[] = { &rootvis_vtable, NULL }; | 45 VisPlugin *rootvis_vplist[] = { &rootvis_vtable, NULL }; |
| 46 | 46 |
| 47 DECLARE_PLUGIN(rootvis, NULL, NULL, NULL, NULL, NULL, NULL, rootvis_vplist); | 47 DECLARE_PLUGIN(rootvis, NULL, NULL, NULL, NULL, NULL, NULL, rootvis_vplist,NULL); |
| 48 | 48 |
| 49 // X related | 49 // X related |
| 50 struct rootvis_x { | 50 struct rootvis_x { |
| 51 int screen; | 51 int screen; |
| 52 Display *display; | 52 Display *display; |
