From: José Fonseca <jose.r.fonseca@gmail.com>
Date: Tue, 10 May 2011 19:33:17 +0000 (+0100)
Subject: Object handles chosen by the implementation and need to be remapped.
X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=f8c7332db596958b5f76400aef8e0b9703a60c27;p=apitrace

Object handles chosen by the implementation and need to be remapped.
---

diff --git a/gltypes.py b/gltypes.py
index 67b389a..e65aef0 100644
--- a/gltypes.py
+++ b/gltypes.py
@@ -56,7 +56,7 @@ GLcharARB = Alias("GLcharARB", SChar)
 GLstringARB = String("GLcharARB *")
 GLintptrARB = Alias("GLintptrARB", Int)
 GLsizeiptrARB = Alias("GLsizeiptrARB", Int)
-GLhandleARB = Alias("GLhandleARB", UInt)
+GLhandleARB = Handle("handleARB", Alias("GLhandleARB", UInt))
 GLhalfARB = Alias("GLhalfARB", UShort)
 GLhalfNV = Alias("GLhalfNV", UShort)
 GLint64EXT = Alias("GLint64EXT", Int64)