projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5484352
)
Slightly tweak the format of the size prototypes.
author
Ian Romanick
<idr@us.ibm.com>
Wed, 1 Dec 2004 09:06:34 +0000
(09:06 +0000)
committer
Ian Romanick
<idr@us.ibm.com>
Wed, 1 Dec 2004 09:06:34 +0000
(09:06 +0000)
src/mesa/glapi/glX_proto_send.py
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glX_proto_send.py
b/src/mesa/glapi/glX_proto_send.py
index 77d54b6ef1e048fdfbd7ed6faff120c89bf1e002..452cd7f4d615b8a8d8e0e12b97b825f5c72bad32 100644
(file)
--- 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():