src/windows/native/sun/windows/awt_Frame.cpp

Print this page

        

@@ -982,19 +982,19 @@
             }
         }
     }
 }
 
-BOOL AwtFrame::AwtSetActiveWindow(BOOL isMouseEventCause, UINT hittest)
+BOOL AwtFrame::AwtSetActiveWindow(UINT hittest)
 {
     if (hittest == HTCLIENT) {
         // Don't let the actualFocusedWindow to steal focus if:
         // a) the frame is clicked in its client area;
         // b) focus is requested to some of the frame's child.
         m_actualFocusedWindow = NULL;
     }
-    return AwtWindow::AwtSetActiveWindow(isMouseEventCause);
+    return AwtWindow::AwtSetActiveWindow();
 }
 
 MsgRouting AwtFrame::WmEnterMenuLoop(BOOL isTrackPopupMenu)
 {
     if ( !isTrackPopupMenu ) {