# HG changeset patch # User Patrice Mandin # Date 1102156276 0 # Node ID d1cd674b2ecdfed6ea7f98e028ae955fd4eebe22 # Parent ece5ab8acd1c03ef6552c7b5b2773fdd9869b18e Be sure to compile without OpenGL enabled diff -r ece5ab8acd1c -r d1cd674b2ecd src/video/ataricommon/SDL_atarigl_c.h --- a/src/video/ataricommon/SDL_atarigl_c.h Thu Dec 02 23:00:28 2004 +0000 +++ b/src/video/ataricommon/SDL_atarigl_c.h Sat Dec 04 10:31:16 2004 +0000 @@ -48,6 +48,7 @@ /* to convert the shadow buffer to the screen format */ void (*CopyShadow)(_THIS, SDL_Surface *surface); +#ifdef HAVE_OPENGL OSMesaContext ctx; /* OpenGL functions */ @@ -70,6 +71,7 @@ int width, height; GLenum format; GLint depth,stencil,accum; +#endif }; /* Variable names */