comparison src/rootvis/rootvis.c @ 1652:83050cd4d14c

updated rootvis plugin
author mf0102 <0102@gmx.at>
date Fri, 07 Sep 2007 14:24:39 +0200
parents 8d872d64e695
children 31e6845e722a
comparison
equal deleted inserted replaced
1651:fd29cb240417 1652:83050cd4d14c
34 .render_freq = rootvis_render_freq 34 .render_freq = rootvis_render_freq
35 }; 35 };
36 36
37 VisPlugin *rootvis_vplist[] = { &rootvis_vtable, NULL }; 37 VisPlugin *rootvis_vplist[] = { &rootvis_vtable, NULL };
38 38
39 DECLARE_PLUGIN(rootvis, NULL, NULL, NULL, NULL, NULL, NULL, rootvis_vplist,NULL); 39 SIMPLE_VISUAL_PLUGIN(rootvis, rootvis_vplist);
40 40
41 // X related 41 // X related
42 struct rootvis_x { 42 struct rootvis_x {
43 int screen; 43 int screen;
44 Display *display; 44 Display *display;