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

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-03-07 19:51:00 +00:00
parent bd2720af3c
commit 0c2aec0e8f
2 changed files with 13 additions and 0 deletions

View File

@@ -116,6 +116,7 @@ wxMac
- Added support for the wxFRAME_FLOAT_ON_PARENT style.
- Now takes window variants into account when rendering buttons.
- Fix position of the centered windows (didn't take menu bar size into account)
wxX11: