diff options
author | Kristian Høgsberg <krh@redhat.com> | 2008-12-01 21:44:03 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-01-11 09:45:04 +1000 |
commit | d67987b0d144bb754215784cf347512806f15496 (patch) | |
tree | 5197ba3231e986d599db273bf9b850cbd8a5db6d /src/glx/x11 | |
parent | efe68930dce815b3ecda7dc1164dcd9a504dc525 (diff) |
Bump dri2proto requirement to 1.99.3, drop CopyRegion bitmask from protocol.
(cherry picked from commit 154a9e5317f890618932cea0129ef887e16baf84)
Diffstat (limited to 'src/glx/x11')
-rw-r--r-- | src/glx/x11/dri2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/glx/x11/dri2.c b/src/glx/x11/dri2.c index 661100a218..3b48cd9c1c 100644 --- a/src/glx/x11/dri2.c +++ b/src/glx/x11/dri2.c @@ -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); |