http://bugs.winehq.org/show_bug.cgi?id=3128
vitaliy@kievinfo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |vitaliy@kievinfo.com
------- Additional Comments From vitaliy@kievinfo.com 2005-22-10 13:40 ------- Could you attach WINEDEBUG=+cursor log? I think I see what is going on here. The only place that it devides something is here: if (!(image = XCreateImage( display, visual, ZPixmap, 0, (char *)(ptr + 1), ptr->nWidth, * 2, 16, ptr->nWidthBytes/ptr->bBitsPerPixel)))
So the game creates a cursor with 0 BPP!
What's interesting it works for me, but all cursors a ugly (the cursor mask is visible and is offset to the bottom of the cursor).