DRI2: report swap events correctly in direct rendered case
authorJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 13 Apr 2010 16:38:41 +0000 (09:38 -0700)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Tue, 13 Apr 2010 16:39:28 +0000 (09:39 -0700)
commit157bdd1446dd21cc87a89abdc890b2f6dc83af76
treea32475e450110efc0c460ceebe0196b3c8eb5547
parent497b66094df5bfeb210ab0ebbdcf1e0b811b001a
DRI2: report swap events correctly in direct rendered case

In the direct rendered case, we need to convert DRI2 swap complete
events to GLX events for the client to consume.  This path had what
looks like a stray "& 0x75" from some earlier debugging that prevented
clients from seeing the right event code.
src/glx/dri2.c