Always use 32bpp image lists.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Sep 2009 23:00:29 +0000 (23:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 7 Sep 2009 23:00:29 +0000 (23:00 +0000)
commita6712ab9926f0d08ba43a28134d25ceb0e5c3a7b
treeb40e8b4d5b1b7a8a0667accc2cdb29c76f326b08
parent7c9cc312e76950fcddb0174ae48b60c347eee8b4
Always use 32bpp image lists.

Using 32bpp image lists (ILC_COLOR32) is required as we need to be able to put
32bpp bitmaps in them and results in better (albeit still broken, see #9050)
display when the display depth is < 32.

This change was tested under Windows 2000, 2003 and Vista in 8 (Win2k-only),
16 and 32bpp display depth modes.

Closes #11031.

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