summaryrefslogtreecommitdiff
path: root/src/glx/x11/glxclient.h
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@vmware.com>2009-02-16 11:44:40 +0000
committerAlan Hourihane <alanh@vmware.com>2009-02-16 11:47:05 +0000
commit63b51b5cf17ddde09b72a2811296f37b9a4c5ad2 (patch)
treeac07afe3c9362241940ce2c901d24a7155893479 /src/glx/x11/glxclient.h
parent18f20b70b15f5daed28eb9f4fce1eccd46cf82d3 (diff)
dri2: support glXWaitX & glXWaitGL by using fake front buffer.
Diffstat (limited to 'src/glx/x11/glxclient.h')
-rw-r--r--src/glx/x11/glxclient.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h
index 9332eb64d3..3e70759a6c 100644
--- a/src/glx/x11/glxclient.h
+++ b/src/glx/x11/glxclient.h
@@ -139,6 +139,8 @@ struct __GLXDRIscreenRec {
void (*swapBuffers)(__GLXDRIdrawable *pdraw);
void (*copySubBuffer)(__GLXDRIdrawable *pdraw,
int x, int y, int width, int height);
+ void (*waitX)(__GLXDRIdrawable *pdraw);
+ void (*waitGL)(__GLXDRIdrawable *pdraw);
};
struct __GLXDRIcontextRec {