From cca3ba3ce2e01e606e8420c4040bba8d33cbff46 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Fri, 24 Sep 2010 02:51:40 +0000 Subject: (Refining the regexp...) Replace blurbs that match the name (case insensitive) with NULL. svn path=/trunk/; revision=34230 --- tools/process-x11-xcb.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/process-x11-xcb.pl b/tools/process-x11-xcb.pl index 9692e34394..0ee8ad9e67 100755 --- a/tools/process-x11-xcb.pl +++ b/tools/process-x11-xcb.pl @@ -1388,7 +1388,7 @@ if (-e "$mesadir/gl_API.xml") { print $impl " { 0, NULL }\n"; print $impl "};\n"; - print $reg "{ &hf_x11_glx_render_op_name, { \"render op\", \"x11.glx.render.op\", FT_UINT16, BASE_DEC, VALS(glx_render_op_name), 0, \"render op\", HFILL }},\n\n"; + print $reg "{ &hf_x11_glx_render_op_name, { \"render op\", \"x11.glx.render.op\", FT_UINT16, BASE_DEC, VALS(glx_render_op_name), 0, NULL, HFILL }},\n\n"; # Uses ett_x11_list_of_rectangle, since I am unable to see how the subtree type matters. print $impl <