Show full screen windows with WS_POPUP style in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Sep 2013 00:16:39 +0000 (00:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Sep 2013 00:16:39 +0000 (00:16 +0000)
commite3735e7a9f6df9c84ba53461e3e4e7e80ce0e6d6
tree1ed5cdb8fbc3dda7d91b77e066023e5c246022be
parentbf9ce7b55ec8d1e4a8f2dd8ca2c2b6e9f86b57b7
Show full screen windows with WS_POPUP style in wxMSW.

This doesn't make any difference for most windows but fixes a problem with
wxGLCanvas windows using stereo support of Nvidia cards and generally it does
make sense to use WS_POPUP with full screen windows as they are definitely not
overlapped, so just use this style unconditionally.

Closes #15434.

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