Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.

This commit is contained in:
Kristian Høgsberg 2008-12-01 21:44:03 -05:00
parent cd031749a7
commit 154a9e5317
2 changed files with 1 additions and 2 deletions

View 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

View 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);