[Bug 885] - Screen Corruption in riven

wine-bugs at winehq.com wine-bugs at winehq.com
Thu Jul 18 19:47:17 CDT 2002


http://bugs.winehq.com/show_bug.cgi?id=885





------- Additional Comments From tony_lambregts at telusplanet.net  2002-07-18 19:47 -------
Well I've tracked it down to this code snippet

    case SRCCOPY:  /* 0xcc */
        if (dcSrc->bitsPerPixel == dcDst->bitsPerPixel)
        {
            wine_tsx11_lock();
            XSetFunction( gdi_display, physDevDst->gc, GXcopy );
            XCopyArea( gdi_display, physDevSrc->drawable,
                       physDevDst->drawable, physDevDst->gc,
                       physDevSrc->org.x + visRectSrc.left,
                       physDevSrc->org.y + visRectSrc.top,
                       width, height,
                       physDevDst->org.x + visRectDst.left,
                       physDevDst->org.y + visRectDst.top );
            physDevDst->exposures++;
            wine_tsx11_unlock();
            return TRUE;
        }
In each case it goes into this code. (XCopyArea is not a wine function)
can you confirm?


DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://bugs.winehq.com/show_bug.cgi?id=885>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.



More information about the wine-bugs mailing list