Skip to content

Commit

Permalink
Be sure to compile without OpenGL enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
pmandin committed Dec 4, 2004
1 parent 91a8492 commit 933d386
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/video/ataricommon/SDL_atarigl_c.h
Expand Up @@ -48,6 +48,7 @@ struct SDL_PrivateGLData {
/* to convert the shadow buffer to the screen format */
void (*CopyShadow)(_THIS, SDL_Surface *surface);

#ifdef HAVE_OPENGL
OSMesaContext ctx;

/* OpenGL functions */
Expand All @@ -70,6 +71,7 @@ struct SDL_PrivateGLData {
int width, height;
GLenum format;
GLint depth,stencil,accum;
#endif
};

/* Variable names */
Expand Down

0 comments on commit 933d386

Please sign in to comment.