X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fstonerview.h;h=0afd7a65c79e4e77748be8a9564761e10ad93adc;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hp=0946923aafef2566f3953d376adfb7c639afe8ed;hpb=f8cf5ac7b2f53510f80a0eaf286a25298be17bfe;p=xscreensaver diff --git a/hacks/glx/stonerview.h b/hacks/glx/stonerview.h index 0946923a..0afd7a65 100644 --- a/hacks/glx/stonerview.h +++ b/hacks/glx/stonerview.h @@ -17,14 +17,6 @@ # include "config.h" #endif /* HAVE_CONFIG_H */ -#ifndef HAVE_COCOA -# include -#endif - -#ifdef HAVE_JWZGLES -# include "jwzgles.h" -#endif /* HAVE_JWZGLES */ - typedef struct stonerview_state stonerview_state; #include "stonerview-osc.h" @@ -38,7 +30,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. */