http://bugs.winehq.org/show_bug.cgi?id=1248
------- Additional Comments From tonsofpcs@hotmail.com 2004-10-05 17:40 ------- Its not when wine is in 32 bpp mode, it is when the application requires 32bpp to draw...
""------- Additional Comment #2 From Willie Sippel 2004-02-04 10:16 ------- Well, after Lionel told me that this couldn't be a DirectDraw problem, I looked into this a bit further... All widgets are placed correctly, but it seems that the drawing of the widgets had an offset. This offset increases from left to right (it's a drawing/ retouche app, so you can tell by drawing a line on the canvas - the distance between the cursor and the actual drawing increases from left to right). I googled around, and the problem looks similiar to an error with X11/ Cygwin, where the DIB's are drawn incorrectly in some cases (when 32bit are expected, but only 24bit are available). According to one of Mirage's devs, the programm won't work with anything but 32bit depth. So, if this is a problem with Wine's DIB handling, is there any known workaround? ""