MS Smartphone fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31243 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2005-01-05 10:47:50 +00:00
parent 6c783b03a0
commit 5c64f8d44f
2 changed files with 4 additions and 0 deletions

View File

@@ -2261,6 +2261,7 @@ WXLRESULT wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM l
(void)HandleDestroy();
break;
#ifndef __SMARTPHONE__ // or wxWinCE in general ?
case WM_WINDOWPOSCHANGING:
{
WINDOWPOS *wp = wx_reinterpret_cast(WINDOWPOS *, lParam);
@@ -2300,6 +2301,7 @@ WXLRESULT wxWindowMSW::MSWWindowProc(WXUINT message, WXWPARAM wParam, WXLPARAM l
m_hDWP = NULL;
}
break;
#endif // __SMARTPHONE__
case WM_SIZE:
processed = HandleSize(LOWORD(lParam), HIWORD(lParam), wParam);