Correctly set the name of the generating script.
authorIan Romanick <idr@us.ibm.com>
Mon, 24 Jan 2005 22:07:00 +0000 (22:07 +0000)
committerIan Romanick <idr@us.ibm.com>
Mon, 24 Jan 2005 22:07:00 +0000 (22:07 +0000)
src/mesa/glapi/glX_proto_size.py

index 168a8c13a20a16cb26a11af29efe637e7bbfe2eb..883f4827e12f9f24331f3fc627e67f8e30c6a065 100644 (file)
@@ -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 """