http://bugs.winehq.org/show_bug.cgi?id=2733
us@the-edmeades.demon.co.uk changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine-bugs@winehq.org AssignedTo|wine-bugs@winehq.org |us@the-edmeades.demon.co.uk Status|UNCONFIRMED |NEW Ever Confirmed| |1
------- Additional Comments From us@the-edmeades.demon.co.uk 2005-24-02 16:43 ------- This is resolved by changing the line SetDIBits(screen_dc, hbitmap, 0, height, bits, info, DIB_RGB_COLORS); to SetDIBits(screen_dc, hbitmap, 0, height, bits, fix_info, DIB_RGB_COLORS);
in windows/cursoricon.c around line 2151 (Mine has some debug code in so it might be a few lines out)
If I can, I'll submit a patch tomorrow otherwise it might be next week sometime.
With this the demo you sent me looks like I would expect