X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fstonerview.h;fp=hacks%2Fglx%2Fstonerview.h;h=afbd53c51e8ff1422fd6df9cfb94093d30d9d630;hb=6f5482d73adb0165c0130bb47d852644ab0c4869;hp=0946923aafef2566f3953d376adfb7c639afe8ed;hpb=c70f94f648d51bb4828193124f325fa52b0e57f3;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. */