From f507d33d4fd0834529b77c2e24271904a14247ac Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Tue, 12 May 2015 19:15:09 -0700 Subject: glapi: Remove all offset tags from the XML Changes generated by: cd src/mapi/glapi/gen for i in *.xml; do cat $i |\ sed 's/[[:space:]]*offset="[^"]*">/>/' |\ sed 's/[[:space:]]*offset="[^"]*"[[:space:]]*$//' |\ sed 's/[[:space:]]*offset="[^"]*"[[:space:]]*/ /' > x mv x $i done Signed-off-by: Ian Romanick Reviewed-by: Emil Velikov --- src/mapi/glapi/gen/es_EXT.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src/mapi/glapi/gen/es_EXT.xml') diff --git a/src/mapi/glapi/gen/es_EXT.xml b/src/mapi/glapi/gen/es_EXT.xml index 1107b217230..b521bbb9b57 100644 --- a/src/mapi/glapi/gen/es_EXT.xml +++ b/src/mapi/glapi/gen/es_EXT.xml @@ -70,7 +70,7 @@ - + @@ -78,11 +78,11 @@ - + - + @@ -90,11 +90,11 @@ - + - + @@ -102,11 +102,11 @@ - + - + @@ -114,7 +114,7 @@ - + @@ -318,7 +318,7 @@ - @@ -334,7 +334,7 @@ - + @@ -628,7 +628,7 @@ + desktop="false"> -- cgit v1.2.3