http://bugs.winehq.org/show_bug.cgi?id=881
------- Additional Comments From 3.14159@gmx.net 2007-20-02 05:45 ------- Created an attachment (id=5034) --> (http://bugs.winehq.org/attachment.cgi?id=5034&action=view) xtogglecursor.c
as i stil have this problem in 0.9.31 with baldur's gate i created a small workaround. this small c app sets the mouse cursor to a invisible one. the window is selected by clicking into it (like xkill). for baldur's gate i do $ (sleep 10s && ./xtooglecursor) & wine BGMain.exe when BGMain runs and 10s are over the next click in the (fullscreen) BG window removes the cursor. This works at least for me. (though i named it xTOGGLEcursor, it currently only hides!)