use bitmap mask if any in splash screen (closes #10470)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@58746 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2009-02-08 09:16:50 +00:00
parent 490426ce32
commit 36523e69b4
2 changed files with 3 additions and 1 deletions

View File

@@ -130,6 +130,7 @@ All (GUI):
- Implemented wxWindow::DragAcceptFiles() on all platforms.
- Added wxAUI_MGR_LIVE_RESIZE flag to wxAuiManager and made it the default on
wxMac with CoreGraphics where sash drawing isn't implemented.
- Use bitmap mask in wxSplashScreen.
All (Unix):