No changes, just refactor common code in wxImage cloning functions.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Nov 2010 22:37:59 +0000 (22:37 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Nov 2010 22:37:59 +0000 (22:37 +0000)
commit496dbbe76e6bc7b36c30494b81bec05f49fc2d06
tree960c36168e575800fef9f3d63e42112fa96dc30f
parente4f54cce1e44bb64cb08db5823e08236ae2c87b4
No changes, just refactor common code in wxImage cloning functions.

Extract code common to several wxImage methods creating new images based on an
existing one in a new MakeEmptyClone() method.

Closes #12682.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/image.h
src/common/image.cpp