diff options
author | Eric Anholt <[email protected]> | 2012-09-25 12:01:27 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-09 14:32:03 -0700 |
commit | 8e61b9028ad4f68c9d68fd781b6f44e1f6a266bd (patch) | |
tree | c34613ec8a07b0041d5d52a11e95ac71d5005393 /src/glx/dri2.h | |
parent | 183ab9e14efed2c5483a472ea8feff31fcf6d2a9 (diff) |
glx: Replace DRI2WaitForMSC custom protocol with XCB.
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/glx/dri2.h')
-rw-r--r-- | src/glx/dri2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/dri2.h b/src/glx/dri2.h index bfd9910f792..fe7c24e40ac 100644 --- a/src/glx/dri2.h +++ b/src/glx/dri2.h @@ -92,10 +92,6 @@ DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, extern Bool DRI2GetMSC(Display *dpy, XID drawable, CARD64 *ust, CARD64 *msc, CARD64 *sbc); -extern Bool -DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, - CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc); - extern void DRI2SwapInterval(Display *dpy, XID drawable, int interval); |