return true from IsDoubleBuffered() if our TLW parent is a composited window; the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Aug 2008 22:33:08 +0000 (22:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 2 Aug 2008 22:33:08 +0000 (22:33 +0000)
commit75e8e6dc29ce30e19ca195a08d9a5ece762c5f6e
tree6e1c66cec0a411ff94ca1e9f1afb36e070ffc74b
parentd66d050088ee2012542a2d2607b5329ff5f3a491
return true from IsDoubleBuffered() if our TLW parent is a composited window; the old version returned false in this case which probably was unintentional as it doesn't seem to make sense (see #9666)

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