implement wxClientDisplayRect() using _NET_WORKAREA WM hint [backport of r49697 and r49700 from trunk]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@49838 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-11-11 23:52:54 +00:00
parent b373368d75
commit 693c373183
6 changed files with 109 additions and 46 deletions

View File

@@ -93,7 +93,7 @@ Major new features in 2.8 release
All:
- Fixed bug with default proxy destruction in wxURL (Axel Gembe)
- Fixed bug with default proxy destruction in wxURL (Axel Gembe).
All (GUI):
@@ -113,6 +113,7 @@ wxGTK:
- wxSystemSettings::GetColour(wxSYS_COLOUR_WINDOW) now returns the background
colour of text controls.
- wxFrame::ShowFullScreen now preserves the menubar's accelerators.
- Implemented wxGetClientDisplayRect() correctly for wxGTK and X11-based ports.
wxMac: