X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fstonerview.h;h=afbd53c51e8ff1422fd6df9cfb94093d30d9d630;hb=3f1091236d800c43a3124c44c7da54e53f205b13;hp=0946923aafef2566f3953d376adfb7c639afe8ed;hpb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;p=xscreensaver diff --git a/hacks/glx/stonerview.h b/hacks/glx/stonerview.h index 0946923a..afbd53c5 100644 --- a/hacks/glx/stonerview.h +++ b/hacks/glx/stonerview.h @@ -38,7 +38,7 @@ struct stonerview_state { /* The list of polygons. This is filled in by move_increment(), and rendered by perform_render(). */ int num_els; - elem_t *elist; + stonerview_elem_t *elist; /* A linked list of all osc_t objects created. New objects are added to the end of the list, not the beginning. */