X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fstonerview-move.h;h=82073e909143f2ffb670351091aedf528c36fa83;hb=refs%2Fheads%2Fmaster2;hp=a3e0acd281c5899fb7d8fd54aecc153e7380e480;hpb=6f5482d73adb0165c0130bb47d852644ab0c4869;p=xscreensaver diff --git a/hacks/glx/stonerview-move.h b/hacks/glx/stonerview-move.h index a3e0acd2..82073e90 100644 --- a/hacks/glx/stonerview-move.h +++ b/hacks/glx/stonerview-move.h @@ -14,9 +14,9 @@ #define __STONERVIEW_MOVE_H__ typedef struct { - GLfloat pos[3]; - GLfloat vervec[2]; - GLfloat col[4]; + double pos[3]; + double vervec[2]; + double col[4]; } stonerview_elem_t; extern void stonerview_init_move(stonerview_state *);