More wxWindow updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6253 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-02-23 23:43:03 +00:00
parent 122603f10f
commit a7ef993c98
2 changed files with 348 additions and 172 deletions

View File

@@ -253,7 +253,7 @@ void wxFrame::DoSetClientSize(
HWND hWnd = GetHwnd();
HWND hWndClient;
RECTL vRect;
RECT vRect2;
RECTL vRect2;
hWndClient = ::WinWindowFromID(GetHwnd(), FID_CLIENT);
::WinQueryWindowRect(hWndClient, &vRect);