X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fstonerview-move.h;h=fe40f557c1174d1dc3c7456c78c19ac4198cee99;hp=2d0646c8739b2e5cec2fb5f14e4f461cc8e88d3a;hb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;hpb=ccb7f4903325f92555a9722bba74b58346654ba0 diff --git a/hacks/glx/stonerview-move.h b/hacks/glx/stonerview-move.h index 2d0646c8..fe40f557 100644 --- a/hacks/glx/stonerview-move.h +++ b/hacks/glx/stonerview-move.h @@ -10,14 +10,22 @@ implied warranty. */ +#ifndef __STONERVIEW_MOVE_H__ +#define __STONERVIEW_MOVE_H__ + typedef struct elem_struct { GLfloat pos[3]; GLfloat vervec[2]; GLfloat col[4]; } elem_t; -extern elem_t elist[]; +extern void init_move(stonerview_state *); +extern void final_move(stonerview_state *); +extern void move_increment(stonerview_state *); + + +extern stonerview_state * init_view(int wireframe_p); +extern void win_draw(stonerview_state *); +extern void win_release(stonerview_state *); -extern int init_move(void); -extern void final_move(void); -extern void move_increment(void); +#endif /* __STONERVIEW_MOVE_H__ */