]> git.saurik.com Git - wxWidgets.git/commit
Allow creating wxCursor from ANI files under MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2013 12:46:24 +0000 (12:46 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 6 Feb 2013 12:46:24 +0000 (12:46 +0000)
commit72bd600b33c1c2c0970abf0131cc028a366bd74e
tree90395d60b37266438db50f380282138b363b4c41
parentd6b180ec36c82f709615db1c3c158646fe311a84
Allow creating wxCursor from ANI files under MSW.

Simply pass them to the standard LoadCursorFromFile() function which supports
this format.

Closes #3472.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
interface/wx/cursor.h
src/msw/cursor.cpp