X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fstonerview.h;h=0afd7a65c79e4e77748be8a9564761e10ad93adc;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hp=7a428dc8f274f606f019ef7c8f4561784590154f;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/glx/stonerview.h b/hacks/glx/stonerview.h index 7a428dc8..0afd7a65 100644 --- a/hacks/glx/stonerview.h +++ b/hacks/glx/stonerview.h @@ -13,11 +13,9 @@ #ifndef __STONERVIEW_H__ # define __STONERVIEW_H__ -#ifdef HAVE_COCOA -# include -#else -# include -#endif +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ typedef struct stonerview_state stonerview_state; @@ -27,11 +25,12 @@ typedef struct stonerview_state stonerview_state; struct stonerview_state { int wireframe; + int transparent; /* 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. */