From e70b1a1379d36609cee9427533117c4ac936aca2 Mon Sep 17 00:00:00 2001 From: Paul Berry Date: Wed, 17 Oct 2012 13:24:37 -0700 Subject: glapi: Use GL_ or GLX_ prefix for all category names. This patch standardizes the category names used in the glapi XML files to begin each extension name with the prefix "GL_" or "GLX_". There is no functional change, because these category names are not used in the generated code. Reviewed-by: Jordan Justen Reviewed-by: Matt Turner --- src/mapi/glapi/gen/es_EXT.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index 1fdb4d5917b..5f837260b59 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -768,7 +768,7 @@ - + @@ -783,7 +783,7 @@ - + -- cgit v1.2.1