mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 04:40:09 +01:00
Correctly set the name of the generating script.
This commit is contained in:
parent
00772ac42f
commit
cb59bd44db
1 changed files with 2 additions and 0 deletions
|
|
@ -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 """
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue