wxCheckWindowWndProc() now checks for the original window proc in the window class...
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Aug 2002 00:53:45 +0000 (00:53 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 16 Aug 2002 00:53:45 +0000 (00:53 +0000)
commit42cfcc58ee5b307b3e7cf7f1ec676e41b409d3eb
tree70e815a97662ddf9e24912cbdbf994a744ae195f
parentdf7145da50005a9f512d8f3329b6ed2166e956d0
wxCheckWindowWndProc() now checks for the original window proc in the window class and not for the current (possibly subclasses) window proc

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