Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.
authorKristian Høgsberg <krh@redhat.com>
Tue, 2 Dec 2008 02:44:03 +0000 (21:44 -0500)
committerDave Airlie <airlied@redhat.com>
Sat, 10 Jan 2009 23:45:04 +0000 (09:45 +1000)
(cherry picked from commit 154a9e5317f890618932cea0129ef887e16baf84)

configure.ac
src/glx/x11/dri2.c

index e48137f2abc4c43d3255f175600850f627207343..995d99cc17f9afb4a8b0334311f284cda8684bba 100644 (file)
@@ -23,7 +23,7 @@ AC_CANONICAL_HOST
 
 dnl Versions for external dependencies
 LIBDRM_REQUIRED=2.3.1
-DRI2PROTO_REQUIRED=1.99.1
+DRI2PROTO_REQUIRED=1.99.3
 
 dnl Check for progs
 AC_PROG_CPP
index 661100a218f7947a939972cc3665925199fa5134..3b48cd9c1ca6171a5427f3e4ae07b75d0d187a56 100644 (file)
@@ -293,7 +293,6 @@ void DRI2CopyRegion(Display *dpy, XID drawable, XserverRegion region,
     req->region = region;
     req->dest = dest;
     req->src = src;
-    req->bitmask = 0;
 
     _XReply(dpy, (xReply *)&rep, 0, xFalse);