]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/toplevel.cpp
Remove unnecessary header dependencies. Fix resulting compilation
[wxWidgets.git] / src / msw / toplevel.cpp
index 0358aafc346d8afa639a5f04d8e64572aa7ed985..4758fd9a52143c5591471749f2435d02fc828248 100644 (file)
@@ -567,7 +567,7 @@ void wxTopLevelWindowMSW::Maximize(bool maximize)
     {
         // we can't maximize the hidden frame because it shows it as well, so
         // just remember that we should do it later in this case
-        m_maximizeOnShow = TRUE;
+        m_maximizeOnShow = maximize;
     }
 }
 
@@ -757,7 +757,7 @@ void wxTopLevelWindowMSW::OnActivate(wxActivateEvent& event)
         if ( m_winLastFocused )
         {
             // let it know that it doesn't have focus any more
-            m_winLastFocused->HandleKillFocus(NULL);
+            m_winLastFocused->HandleKillFocus((WXHWND)NULL);
         }
 
         // so we NULL it out if it's a child from some other frame