http://bugs.winehq.org/show_bug.cgi?id=2273
------- Additional Comments From philip.dicke@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?