http://bugs.winehq.org/show_bug.cgi?id=7640
--- Comment #63 from MacNean dardack@gmail.com 2011-03-18 15:23:28 CDT --- (In reply to comment #62)
(In reply to comment #61)
So could you please tell me, what is the latest patch for wine1.3.15, and where i can get it. Or another, if you just upgraded, maybe you have a deb with patch in it, and can upload it somewhere?
Here's the diff file:
http://www.2shared.com/document/r5_Fn4fd/HWCursor-Wine12rc1diff.html
To patch wine, download the source, extract it, enter the directory where you extracted it to:
patch -p1 < /path/to/HWCursor-Wine1.2rc1.diff.txt
./configure make
I won't do a PPA since my wine has Wine-pulse compiled into it.
Um actually been thinking of it, might do a PPA. 1 with wine_pulse one without.
Also gonna add Wine_Cursor environment, so you can choose the cursor you want.
IE: in gnome
env WINE_CURSOR=Circle wine somecommand.exe
This way you can make a cursor that matches your game, i'll prolly do a custom1-4, so you could have 4 custom cursors, if you put a env Wine_Cursor it would default to the way it is now, and if you do nothing it reverts to the way wine has it.