implemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Feb 2002 21:32:45 +0000 (21:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Feb 2002 21:32:45 +0000 (21:32 +0000)
commit994a3786b974a2c5b8dfce631193ae0031e7da3f
treec521cf900980195a8fb017d5f9ea63302dcef9c1
parent745e6cb9151321982f68ce37c11bbb7e8ad990a6
implemented wxWindowDC and wxClientDC::GetSize() properly (fixes bug #503022)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/dcclient.h
src/msw/dc.cpp
src/msw/dcclient.cpp