istereo2

diff src/sanegl.c @ 6:3bccfc7d10fe

goatkit is drawing
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 23 Sep 2015 05:44:58 +0300
parents 81d35769f546
children
line diff
     1.1 --- a/src/sanegl.c	Tue Sep 22 07:13:47 2015 +0300
     1.2 +++ b/src/sanegl.c	Wed Sep 23 05:44:58 2015 +0300
     1.3 @@ -21,6 +21,12 @@
     1.4  #include <string.h>
     1.5  #include <math.h>
     1.6  #include <assert.h>
     1.7 +
     1.8 +#include "opengl.h"
     1.9 +
    1.10 +#ifdef GLDEF
    1.11 +#undef GLDEF
    1.12 +#endif
    1.13  #include "sanegl.h"
    1.14  
    1.15  #define MMODE_IDX(x)	((x) - GL_MODELVIEW)