summaryrefslogtreecommitdiffstats
path: root/src/glx/dri2.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-09-25 12:05:28 -0700
committerEric Anholt <[email protected]>2012-10-09 14:32:03 -0700
commitab8ae9301fe8c4843d902cb55e64620f5768c7b0 (patch)
treeaa305ce26caa0fb64b03d394dbce93f43953a799 /src/glx/dri2.h
parent8e61b9028ad4f68c9d68fd781b6f44e1f6a266bd (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.h3
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);