[Bug 2273] X error

Wine Bugs wine-bugs at winehq.org
Wed Jul 7 16:36:22 CDT 2004


http://bugs.winehq.org/show_bug.cgi?id=2273





------- Additional Comments From philip.dicke at raytheon.com  2004-07-07 16:36 -------
The XError comes from around line 1000 in dlls/xlldrv/bitblt.c

else  /* color -> monochrome */
{
     /* FIXME: avoid BadMatch error */
     imageSrc = XGetImage( gdi_display, physDevSrc->drawable,
                           physDevSrc->org.x + visRectSrc->left,
                           physDevSrc->org.y + visRectSrc->top,
                           width, height, AllPlanes, ZPixmap );

The man page for XGetImage has several ways that a BadMatch can be generated.  I
guess I'll look into it unless someone else knows what they are doing.  I'm a
wine and XWindows newbie.  Suggestions anyone?

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list