summaryrefslogtreecommitdiffstats
path: root/src/glx/dri2.h
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2012-09-25 12:26:39 -0700
committerEric Anholt <[email protected]>2012-10-09 14:32:03 -0700
commit8c472b8f6a612a810aec34283d90bb5aa88bf855 (patch)
tree2c679304e821a04031d9905ef821ed28e7779239 /src/glx/dri2.h
parentf02242a4fa0db20c5e02ecf0d4d5a6bdf42ccc83 (diff)
glx: Replace DRI2SwapBuffers() custom protocol with XCB.
Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/glx/dri2.h')
-rw-r--r--src/glx/dri2.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/glx/dri2.h b/src/glx/dri2.h
index 179e8f91cc6..a6fe66e136d 100644
--- a/src/glx/dri2.h
+++ b/src/glx/dri2.h
@@ -85,8 +85,4 @@ DRI2CopyRegion(Display * dpy, XID drawable,
XserverRegion region,
CARD32 dest, CARD32 src);
-extern void
-DRI2SwapBuffers(Display *dpy, XID drawable, CARD64 target_msc, CARD64 divisor,
- CARD64 remainder, CARD64 *count);
-
#endif