diff options
author | Eric Anholt <[email protected]> | 2012-09-25 11:39:17 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-09 14:32:03 -0700 |
commit | 183ab9e14efed2c5483a472ea8feff31fcf6d2a9 (patch) | |
tree | 8d05acf22fd974207ce66196e7b2fdf41dd67ce7 /src/glx/dri2.h | |
parent | 1e74910bb7c3882c272c34ca1ed559b0b0058fa8 (diff) |
glx: Replace DRI2WaitForSBC 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 114e9f8f965..bfd9910f792 100644 --- a/src/glx/dri2.h +++ b/src/glx/dri2.h @@ -96,10 +96,6 @@ extern Bool DRI2WaitMSC(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, CARD64 remainder, CARD64 *ust, CARD64 *msc, CARD64 *sbc); -extern Bool -DRI2WaitSBC(Display *dpy, XID drawable, CARD64 target_sbc, CARD64 *ust, - CARD64 *msc, CARD64 *sbc); - extern void DRI2SwapInterval(Display *dpy, XID drawable, int interval); |