[Bug 7810] "err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32" with a 24bit visual

Wine Bugs wine-bugs at winehq.org
Wed Mar 21 05:45:05 CDT 2007


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





------- Additional Comments From dmitry at codeweavers.com  2007-21-03 05:45 -------
Windows doesn't allow to select a DDB (device dependent bitmap) to an
incompatible device context, so that's not a Wine but Windows limitation.

We have a test for this behaviour in dlls/gdi32/tests/bitmap.c

You need to find out why the Bat! creates a bitmap with bpp=32 and selects
it to a screen DC with bpp 24 bit, or whether this is supposed to work under
Windows.

-- 
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