]> git.saurik.com Git - wxWidgets.git/commit
Remove wxDIB::m_hasAlpha from wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:40:27 +0000 (22:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 24 Oct 2010 22:40:27 +0000 (22:40 +0000)
commit20af6fd5d30a69ce61a527d1c0a57be7165e4321
tree4ad098f9f105eb930ae05f2c9e23b49fcd4b8867
parent254f9b4c3c485a35d817d464bd94b04b18e6fc3b
Remove wxDIB::m_hasAlpha from wxMSW.

This field can't be set reliably as we don't know if LoadImage() Windows
function loaded an 0RGB or an RGB bitmap so remove it completely to avoid the
risk of using it wrongly.

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