Ensure that wxSplashScreen doesn't appear on taskbar nor in Alt-TAB list.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Nov 2011 13:18:53 +0000 (13:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 22 Nov 2011 13:18:53 +0000 (13:18 +0000)
commit7650eed4090a415394aae2ecbffaf09eae997086
tree873026d626215ee25c466262d33aee475ee32ba2
parent58cc15871d1a5ec5a6cc17f50be3e2006f57571f
Ensure that wxSplashScreen doesn't appear on taskbar nor in Alt-TAB list.

Having the splash screen in Alt-TAB window list under MSW was useless and ugly
(as it didn't even have the proper application icon) so use the appropriate
styles to avoid this.

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