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)
committerKristian Høgsberg <krh@redhat.com>
Tue, 2 Dec 2008 02:44:03 +0000 (21:44 -0500)
configure.ac
src/glx/x11/dri2.c

index 15f6068c8e0a8d013198d65f8ee15ca0531eaf66..66e080eb8e3cf4c004be2d740c56fc036d23c259 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);