From ca1ac986a1d6d3f292e3d20540de884ad08d9816 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 26 Aug 2005 17:50:39 +0000 Subject: /dri/msg --- src/mesa/main/enums.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/main') diff --git a/src/mesa/main/enums.c b/src/mesa/main/enums.c index c653e0c48f..837618cd74 100644 --- a/src/mesa/main/enums.c +++ b/src/mesa/main/enums.c @@ -3267,6 +3267,7 @@ static const enum_elt all_enums[1612] = static const unsigned reduced_enums[1232] = { + 26, /* GL_ALL_CLIENT_ATTRIB_BITS */ 389, /* GL_FALSE */ 561, /* GL_LINES */ 563, /* GL_LINE_LOOP */ @@ -4498,7 +4499,6 @@ static const unsigned reduced_enums[1232] = 1212, /* GL_SCISSOR_BIT */ 25, /* GL_ALL_ATTRIB_BITS */ 845, /* GL_MULTISAMPLE_BIT */ - 26, /* GL_ALL_CLIENT_ATTRIB_BITS */ }; #define Elements(x) sizeof(x)/sizeof(*x) -- cgit v1.2.3