]> git.saurik.com Git - wxWidgets.git/commit
Implement proper wxCursor cloning in wxDFB.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Dec 2010 13:57:15 +0000 (13:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 22 Dec 2010 13:57:15 +0000 (13:57 +0000)
commitfd324b295445fb9ed2d7ced81a3a209fe8cec6ce
treec60d9be0d64fb2d99064e64598a8d865e85b4111
parent41271da4af366747f6195db5d5151ae063891918
Implement proper wxCursor cloning in wxDFB.

wxDFB compilation was broken by recent wxObjectRefData copy ctor-related
changes. Fix it by not using wxCursorRefData copy ctor any more, call
wxCursorRefData::Clone() which does the right thing explicitly instead.

Closes #12791.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/dfb/cursor.cpp