http://bugs.winehq.org/show_bug.cgi?id=16281
Markus Elfring Markus.Elfring@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |Markus.Elfring@web.de
Artem Semendyaev lifeissecret@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |lifeissecret@gmail.com
Daniel Santos daniel.santos@pobox.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |daniel.santos@pobox.com
Austin English austinenglish@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |patrick.vijgeboom@me.com CC| |g9xhh5p02@sneakemail.com
--- Comment #5 from Markus Elfring Markus.Elfring@web.de 2009-03-24 02:56:45 --- I hope that the implementation for the function "CURSORICON_CreateIconFromANI" will be completed.
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/user32/cursoricon.c;hb=... : FIXME("Loading all frames for .ani cursors not implemented.\n");
--- Comment #6 from Markus Elfring Markus.Elfring@web.de 2009-03-24 02:59:53 --- I hope that the implementation for the function "CURSORICON_CreateIconFromANI" will be completed.
http://source.winehq.org/git/wine.git/?a=blob;f=dlls/user32/cursoricon.c;hb=... : FIXME("Loading all frames for .ani cursors not implemented.\n");
--- Comment #7 from Daniel Santos daniel.santos@pobox.com 2009-07-24 02:16:02 --- I've posted a patch set here that should correct this, but the animated cursor work isn't actually mine, it's Griswold's
http://glest.codemonger.org/files/wine/cursor-work-20090723.tbz2
I'm hoping to get it in soon.
--- Comment #8 from Austin English austinenglish@gmail.com 2009-08-26 12:48:00 --- *** Bug 17466 has been marked as a duplicate of this bug. ***
--- Comment #9 from Austin English austinenglish@gmail.com 2009-08-26 12:49:06 --- *** Bug 17419 has been marked as a duplicate of this bug. ***
--- Comment #10 from Erich Hoover ehoover@mines.edu 2009-11-02 21:02:35 --- Created an attachment (id=24527) --> (http://bugs.winehq.org/attachment.cgi?id=24527) A different take on animated cursors
Since the last pre-compiled C&C3 package was made for Wine 1.1.6, I decided to take a look into packaging up the most recent fixes for getting Wine running C&C3 well. I took a look at the last cursor patch and the approach bothered me somewhat, so I've attached a different take on handling animated cursors. So, if anyone has any comments or suggestions then please let me know. Any history on why the previous patches were rejected would also be appreciated.