From 5c7f7efaa7efb95291562463d152412cbe7aaed1 Mon Sep 17 00:00:00 2001 From: marha Date: Fri, 29 Jun 2012 16:22:54 +0200 Subject: Synchronised file --- xorg-server/hw/xwin/swrastwgl_dri/gen_gl_wrappers.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xorg-server/hw/xwin') diff --git a/xorg-server/hw/xwin/swrastwgl_dri/gen_gl_wrappers.py b/xorg-server/hw/xwin/swrastwgl_dri/gen_gl_wrappers.py index f8b4dbf27..cc66eb096 100644 --- a/xorg-server/hw/xwin/swrastwgl_dri/gen_gl_wrappers.py +++ b/xorg-server/hw/xwin/swrastwgl_dri/gen_gl_wrappers.py @@ -224,6 +224,8 @@ for w in sorted(wrappers.keys()) : if l[2] == 'in' : if l[3] == 'array' : arg = 'const ' + typemap[l[1]] + ' *' + l[0] + elif l[3] == 'reference' : + arg = 'const ' + typemap[l[1]] + ' *' + l[0] else : arg = typemap[l[1]] + ' ' + l[0] elif l[2] == 'out' : -- cgit v1.2.3