mesa: add parenthesis

(cherry picked from commit c366fd83b6)
This commit is contained in:
Brian Paul 2008-06-17 11:29:59 -06:00 committed by Keith Whitwell
parent 5a46e17671
commit e019ead5d7

View file

@ -919,9 +919,9 @@ struct dd_function_table {
void (*ValidateTnlModule)( GLcontext *ctx, GLuint new_state );
#define PRIM_OUTSIDE_BEGIN_END GL_POLYGON+1
#define PRIM_INSIDE_UNKNOWN_PRIM GL_POLYGON+2
#define PRIM_UNKNOWN GL_POLYGON+3
#define PRIM_OUTSIDE_BEGIN_END (GL_POLYGON+1)
#define PRIM_INSIDE_UNKNOWN_PRIM (GL_POLYGON+2)
#define PRIM_UNKNOWN (GL_POLYGON+3)
/**
* Set by the driver-supplied T&L engine.