http://bugs.winehq.org/show_bug.cgi?id=175
--- Comment #9 from François Gouget fgouget@codeweavers.com 2008-02-06 07:55:59 --- I have attached a test application (source and windows executable). It does a few irrelevant things with (supposedly) color icons but here the important thing is that it repeats four columns: * the first column is filled with an icon created from a black and white checkerboard icon created from a 2x2 bitmap * the second column is the same but with a white border and created from a 16x16 bitmap * the third and fourth columns are created from 16x16 color bitmaps and should be all black
Currently in wine what we see is that: * a 2x2 icon is drawn in the first column * a 16x16 icon is drawn in the second column * an all black 16x16 icon is drawn in the third and fourth columns * lots of error messages are spewed on the console which slows things considerably: err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=16