X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fstonerview-move.h;fp=hacks%2Fglx%2Fstonerview-move.h;h=82073e909143f2ffb670351091aedf528c36fa83;hp=a3e0acd281c5899fb7d8fd54aecc153e7380e480;hb=d5186197bc394e10a4402f7f6d23fbb14103bc50;hpb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e 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 *);