No real changes, just change type of MSWGetBgBrush() argument.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Dec 2009 20:49:23 +0000 (20:49 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 18 Dec 2009 20:49:23 +0000 (20:49 +0000)
commitb8797d96ca1d94443bd2201e9884fc9a16cb53bb
tree05f0628d082e31e3e2ac9a5f44e3abfbcb0979a4
parentb93051ef464981ad580518dc88a985f28db1e0dd
No real changes, just change type of MSWGetBgBrush() argument.

Pass wxWindow instead of HWND to it as in most cases we already have wxWindow
for the HWND we have and calling wxFindWinFromHandle() once more is
unnecessary.

This also makes the code of MSWGetBgBrushForChild() slightly simpler.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62932 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/notebook.h
include/wx/msw/window.h
src/msw/control.cpp
src/msw/notebook.cpp
src/msw/statbox.cpp
src/msw/window.cpp