From df5e2b934bc18cd17ac512e6746df64019014a7d Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 4 Jun 2005 22:09:27 +0000 Subject: set OLD_RENDERBUFFER=0, need to clean up a few more things before totally removing that --- src/mesa/main/mtypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index f6732699b7..62a8c76aa1 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2183,7 +2183,7 @@ struct gl_framebuffer struct gl_renderbuffer *_ColorDrawBuffers[MAX_DRAW_BUFFERS][4]; struct gl_renderbuffer *_ColorReadBuffer; -#if OLD_RENDERBUFFER +#if OLD_RENDERBUFFER || NEW_RENDERBUFFER /* XXX THIS IS TEMPORARY */ GLuint _ColorDrawBit[MAX_DRAW_BUFFERS][4]; #endif -- cgit v1.2.3