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