return correct client area for at least the primary display, fixes the problems with incorrect positioning of the Center()d windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-07 00:25:27 +00:00
parent 6714afd94c
commit 0d045709bc
2 changed files with 13 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ wxMSW
wxMac
- Fix position of the centered windows (didn't take menu bar size into account)
- Added support for the wxFRAME_FLOAT_ON_PARENT style.
wxX11: