From: Ian Romanick Date: Mon, 24 Jan 2005 22:07:00 +0000 (+0000) Subject: Correctly set the name of the generating script. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cb59bd44dbf0e56058dbb4595ca7fbbbacbd3670;p=mesa.git Correctly set the name of the generating script. --- diff --git a/src/mesa/glapi/glX_proto_size.py b/src/mesa/glapi/glX_proto_size.py index 168a8c13a20..883f4827e12 100644 --- a/src/mesa/glapi/glX_proto_size.py +++ b/src/mesa/glapi/glX_proto_size.py @@ -41,6 +41,7 @@ class PrintGlxSizeStubs_c(glX_XML.GlxProto): self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2004", "IBM") self.aliases = [] self.glx_enum_sigs = {} + self.name = "glX_proto_size.py (from Mesa)" def printRealHeader(self): print '' @@ -95,6 +96,7 @@ class PrintGlxSizeStubs_h(glX_XML.GlxProto): self.license = license.bsd_license_template % ( "(C) Copyright IBM Corporation 2004", "IBM") self.aliases = [] self.glx_enum_sigs = {} + self.name = "glX_proto_size.py (from Mesa)" def printRealHeader(self): print """