Changed wxImage::ConvertAlphaToMask() return type to bool.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Nov 2010 11:57:09 +0000 (11:57 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 2 Nov 2010 11:57:09 +0000 (11:57 +0000)
commit878f28d8c8ae550e5b07916a0c22374850b5091f
treef42210f15915782ad7481bee90389fab6676b108
parent6f26925422c2de7938509657eb981d6f752a6249
Changed wxImage::ConvertAlphaToMask() return type to bool.

Make this function more useful by returning true from it if alpha channel was
really converted to the mask by it.

Closes #12637.

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