diff options
Diffstat (limited to 'make/gl-desktop.cfg')
-rwxr-xr-x | make/gl-desktop.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/make/gl-desktop.cfg b/make/gl-desktop.cfg index 30213c2f6..d6a610c59 100755 --- a/make/gl-desktop.cfg +++ b/make/gl-desktop.cfg @@ -57,11 +57,11 @@ ReturnsString glXQueryServerString ReturnsString glXGetClientString TemporaryCVariableDeclaration glXChooseFBConfig int count; TemporaryCVariableAssignment glXChooseFBConfig count = _ptr3[0]; -ReturnValueLength glXChooseFBConfig count +ReturnValueCapacity glXChooseFBConfig count * sizeof(GLXFBConfig) TemporaryCVariableDeclaration glXChooseFBConfigSGIX int count; TemporaryCVariableAssignment glXChooseFBConfigSGIX count = _ptr3[0]; -ReturnValueLength glXChooseFBConfigSGIX count +ReturnValueCapacity glXChooseFBConfigSGIX count * sizeof(GLXFBConfig) TemporaryCVariableDeclaration glXGetFBConfigs int count; TemporaryCVariableAssignment glXGetFBConfigs count = _ptr2[0]; -ReturnValueLength glXGetFBConfigs count +ReturnValueCapacity glXGetFBConfigs count * sizeof(GLXFBConfig) |