http://bugs.winehq.org/show_bug.cgi?id=11140
--- Comment #6 from Dan Kegel dank@kegel.com 2008-01-12 01:57:54 --- Well, foo. I'd like to know how big that bitmap is it's asking for, and I thought +x11drv would have shown it because of the line TRACE("(%p) %dx%d %d bpp\n", hbitmap, bitmap.bmWidth, bitmap.bmHeight, bitmap.bmBitsPixel); at http://source.winehq.org/source/dlls/winex11.drv/bitmap.c#L139
I wonder why that's not showing up?