http://bugs.winehq.org/show_bug.cgi?id=1973
------- Additional Comments From willie@froq.net 2004-04-02 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?