summaryrefslogtreecommitdiff
path: root/GL/glx/glxext.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2006-06-28 15:59:01 -0400
committerKristian Høgsberg <krh@redhat.com>2006-07-06 00:28:53 -0400
commiteea8efe4516750b2505b52ebc9f769f5e8a6f94c (patch)
tree8d29c8f48b40ed32cee4159f7f892f044137753e /GL/glx/glxext.h
parenteb35f812a5b65adcc5f6cbb91b31b69cae5d7f3d (diff)
Add marshalling for GLX 1.3 requests.
Also, hook up glXGetDrawableAttributes and glXQueryContext to existing DoGetDrawableAttributes and __glXQueryContextInfoEXT.
Diffstat (limited to 'GL/glx/glxext.h')
-rw-r--r--GL/glx/glxext.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/GL/glx/glxext.h b/GL/glx/glxext.h
index 5d569899f..34d361217 100644
--- a/GL/glx/glxext.h
+++ b/GL/glx/glxext.h
@@ -87,6 +87,9 @@ extern int DoCreateContext(__GLXclientState *cl, GLXContextID gcId,
GLXContextID shareList, VisualID visual, GLuint screen, GLboolean isDirect);
extern int DoCreateGLXPixmap(__GLXclientState *cl, VisualID visual,
GLuint screenNum, XID pixmapId, XID glxpixmapId);
+extern int DoDestroyPixmap(__GLXclientState *cl, XID glxpixmapId);
+
+extern int DoQueryContext(__GLXclientState *cl, GLXContextID gcId);
extern void GlxExtensionInit(void);