diff options
author | Keith Whitwell <[email protected]> | 2006-10-30 20:29:13 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2006-10-30 20:29:13 +0000 |
commit | a1a8a2c024efdc1df31a4f9f180341f0a77597c3 (patch) | |
tree | 408e19835718da1ee2fe030b15d15c38e92e6625 /src/mesa/main/get_gen.py | |
parent | fd2756006a0baf63f60548d8f509de5b9a143608 (diff) |
oops, get.c is autogenerated
Diffstat (limited to 'src/mesa/main/get_gen.py')
-rw-r--r-- | src/mesa/main/get_gen.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/get_gen.py b/src/mesa/main/get_gen.py index a9e04863a7e..ec8a192b31a 100644 --- a/src/mesa/main/get_gen.py +++ b/src/mesa/main/get_gen.py @@ -190,7 +190,7 @@ StateVars = [ ( "GL_DOUBLEBUFFER", GLboolean, ["ctx->DrawBuffer->Visual.doubleBufferMode"], "", None ), ( "GL_DRAW_BUFFER", GLenum, ["ctx->DrawBuffer->ColorDrawBuffer[0]"], "", None ), - ( "GL_EDGE_FLAG", GLboolean, ["ctx->Current.EdgeFlag"], + ( "GL_EDGE_FLAG", GLboolean, ["(ctx->Current.Attrib[VERT_ATTRIB_EDGEFLAG][0] == 1.0)"], "FLUSH_CURRENT(ctx, 0);", None ), ( "GL_FEEDBACK_BUFFER_SIZE", GLint, ["ctx->Feedback.BufferSize"], "", None ), ( "GL_FEEDBACK_BUFFER_TYPE", GLenum, ["ctx->Feedback.Type"], "", None ), |