]> git.saurik.com Git - wxWidgets.git/commit
Don't query system option in every DrawBitmap() call under MSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Sep 2009 17:11:21 +0000 (17:11 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Sep 2009 17:11:21 +0000 (17:11 +0000)
commit7b8d24ad99363a4328125516baaf45b2a2f27fce
tree046712b16fe0a4d01e14cf136a7059d21c3f256f
parent0f08aa44323c65b92cbef304c59b742af8fd717c
Don't query system option in every DrawBitmap() call under MSW.

Doing this had noticeable (and bad) performance implications so cache the
value of the option during the first call. This doesn't allow changing its
value during the program execution so we may want to provide some way to
update its value later if really needed.

Closes #11172.

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