mirror of
https://gitee.com/openharmony/third_party_mesa3d
synced 2024-11-25 00:09:54 +00:00
Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.
This commit is contained in:
parent
cd031749a7
commit
154a9e5317
@ -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
|
||||
|
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user