aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mapi/glapi/gen/gl_table.py
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-06-05 10:43:27 +0200
committermarha <marha@users.sourceforge.net>2013-06-05 10:44:44 +0200
commit180290f941da61bd80284d817e27c01cf789ee53 (patch)
tree77d3db164df6f3248290bc6c725f8f0b86933402 /mesalib/src/mapi/glapi/gen/gl_table.py
parent1b079a7ca16c0aa3423d7d4ed59dc3d19a4e7a1d (diff)
downloadvcxsrv-180290f941da61bd80284d817e27c01cf789ee53.tar.gz
vcxsrv-180290f941da61bd80284d817e27c01cf789ee53.tar.bz2
vcxsrv-180290f941da61bd80284d817e27c01cf789ee53.zip
Synchronised mesa and glx
Diffstat (limited to 'mesalib/src/mapi/glapi/gen/gl_table.py')
-rwxr-xr-xmesalib/src/mapi/glapi/gen/gl_table.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/mapi/glapi/gen/gl_table.py b/mesalib/src/mapi/glapi/gen/gl_table.py
index afcd17d38..0c9c0b8a1 100755
--- a/mesalib/src/mapi/glapi/gen/gl_table.py
+++ b/mesalib/src/mapi/glapi/gen/gl_table.py
@@ -157,7 +157,7 @@ class PrintRemapTable(gl_XML.gl_print_base):
remap_table = "driDispatchRemapTable"
print '#define %s_size %u' % (remap_table, count)
- print 'extern int %s[ %s_size ];' % (remap_table, remap_table)
+ print 'SERVEXTERN int %s[ %s_size ];' % (remap_table, remap_table)
print ''
for f, index in functions: