From b53df18624a1b3870c1dcfe3981c07c089efe262 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Wed, 1 Dec 2004 09:06:34 +0000 Subject: [PATCH] Slightly tweak the format of the size prototypes. --- src/mesa/glapi/glX_proto_send.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/glapi/glX_proto_send.py b/src/mesa/glapi/glX_proto_send.py index 77d54b6..452cd7f 100644 --- a/src/mesa/glapi/glX_proto_send.py +++ b/src/mesa/glapi/glX_proto_send.py @@ -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(): -- 2.7.4