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