The patch is not mine. I've adapted it to work on wine 1.3.15. The purpose of this patch is give a system cursor in WoW 3.3.5
On 03/13/2011 02:31 PM, Valentino Dell'Aica wrote:You have number of problems with your patch formatting with are outlined here: http://wiki.wi
Hi I've modified a patch for hw cursor in wine so it can work on wine 1.3.15
nehq.org/SubmittingPatches
+ hwgl = getenv("WINE_CURSOR");Wine uses registry for things like this. It should be a static variable set once.
+ WINE_FIXME("Out of memory.\n");For wine libraries this should be "FIXME". Also just printing fixme isn't a good error handling.
And can you explain why for every button press/release you creating/removing cursor? This is highly inefficient. And what are you trying to archive with it anyway?
Vitaliy.