src/windows/native/sun/windows/awt_Window.h

Print this page

        

@@ -187,11 +187,11 @@
     virtual MsgRouting HandleEvent(MSG *msg, BOOL synthetic);
     virtual void WindowResized();
 
     static jboolean _RequestWindowFocus(void *param);
 
-    virtual BOOL AwtSetActiveWindow(BOOL isMouseEventCause = FALSE, UINT hittest = HTCLIENT);
+    virtual BOOL AwtSetActiveWindow(UINT hittest = HTCLIENT);
 
     // Execute on Toolkit only.
     INLINE static LRESULT SynthesizeWmActivate(BOOL doActivate, HWND targetHWnd, HWND oppositeHWnd) {
         if (doActivate &&
             (!::IsWindowVisible(targetHWnd) || ::IsIconic(::GetAncestor(targetHWnd, GA_ROOT))))