Slightly tweak the format of the size prototypes.
authorIan Romanick <idr@us.ibm.com>
Wed, 1 Dec 2004 09:06:34 +0000 (09:06 +0000)
committerIan Romanick <idr@us.ibm.com>
Wed, 1 Dec 2004 09:06:34 +0000 (09:06 +0000)
src/mesa/glapi/glX_proto_send.py

index 77d54b6..452cd7f 100644 (file)
@@ -934,7 +934,7 @@ class PrintGlxSizeStubs_h(GlxProto):
        def printFunction(self, f):
                if self.glx_enum_functions.has_key(f.name):
                        ef = self.glx_enum_functions[f.name]
-                       print 'extern INTERNAL GLint __gl%s_size(GLenum) PURE FASTCALL;' % (f.name)
+                       print 'extern INTERNAL PURE FASTCALL GLint __gl%s_size(GLenum);' % (f.name)
 
 
 def show_usage():