implement support for display enumeration under WinCE (patch 1890936)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-25 02:45:27 +00:00
parent fa9cd5d361
commit d238d403f1
2 changed files with 20 additions and 12 deletions

View File

@@ -315,6 +315,7 @@ wxMSW:
- Allow tooltips longer than 64 (up to 128) characters in wxTaskBarIcon
- Fix centering wxFileDialog and allow positioning it
- Allow centering wxMessageDialog on its parent window (troelsk)
- Fix display enumeration under WinCE (Vince Harron)
wxX11: