[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
Tue Mar 20 20:34:46 CDT 2007


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





------- Additional Comments From giuseppe.bilotta at gmail.com  2007-20-03 20:34 -------
To elaborate further, the two possible approaches are:

1. removing the check on L124 and adding a line to ignore_error for 
request_code == X_CreatePixmap and error_code == BadValue

or

2. use XListPixmapFormats to retrieve the supported pixmap formats, and check 
against those instead of checking against the pre-fixed values. Retrieving the 
supported pixmap formats can probably be done at driver initialization.



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