diff options
author | Alan Hourihane <[email protected]> | 2009-02-16 11:44:40 +0000 |
---|---|---|
committer | Alan Hourihane <[email protected]> | 2009-02-16 11:47:05 +0000 |
commit | 63b51b5cf17ddde09b72a2811296f37b9a4c5ad2 (patch) | |
tree | ac07afe3c9362241940ce2c901d24a7155893479 /src/glx/x11/glxclient.h | |
parent | 18f20b70b15f5daed28eb9f4fce1eccd46cf82d3 (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.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/glx/x11/glxclient.h b/src/glx/x11/glxclient.h index 9332eb64d3b..3e70759a6c4 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 { |