From 10d3b6500bc36c163bb13783848b201793d268d3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Sun, 11 Mar 2012 10:47:22 +0000 Subject: [PATCH] glapi/gen: Add support for pointer types. Signed-off-by: Dave Airlie --- src/mapi/glapi/gen/gl_API.dtd | 1 + src/mapi/glapi/gen/gl_XML.py | 1 + src/mapi/glapi/gen/typeexpr.py | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/mapi/glapi/gen/gl_API.dtd b/src/mapi/glapi/gen/gl_API.dtd index 30c646c9244..149a433ca7a 100644 --- a/src/mapi/glapi/gen/gl_API.dtd +++ b/src/mapi/glapi/gen/gl_API.dtd @@ -26,6 +26,7 @@ size NMTOKEN #REQUIRED float (true | false) "false" unsigned (true | false) "false" + pointer (true | false) "false" glx_name NMTOKEN #IMPLIED>