diff options
author | Eric Anholt <[email protected]> | 2012-09-25 12:15:19 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-10-09 14:32:03 -0700 |
commit | 811602885bb5fa56f04927c29b882675e7ff311c (patch) | |
tree | 90fdcfdb6a81c65213d6a5d19d24119418ef4399 /src/glx/dri2.h | |
parent | 7acf8ae0e1ed295fc1550f14e8ca812ba4f8af1f (diff) |
glx: Replace DRI2SwapInterval 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 991ab377e9d..179e8f91cc6 100644 --- a/src/glx/dri2.h +++ b/src/glx/dri2.h @@ -89,7 +89,4 @@ extern void DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor, CARD64 remainder, CARD64 *count); -extern void -DRI2SwapInterval(Display *dpy, XID drawable, int interval); - #endif |