src/windows/native/sun/windows/awt_Frame.h

Print this page

        

@@ -143,11 +143,11 @@
     static void _SynthesizeWmActivate(void *param);
     static void _NotifyModalBlocked(void *param);
 
     virtual void Reshape(int x, int y, int width, int height);
 
-    virtual BOOL AwtSetActiveWindow(BOOL isMouseEventCause = FALSE, UINT hittest = HTCLIENT);
+    virtual BOOL AwtSetActiveWindow(UINT hittest = HTCLIENT);
 
     void CheckRetainActualFocusedWindow(HWND activatedOpositeHWnd);
     BOOL CheckActivateActualFocusedWindow(HWND deactivatedOpositeHWnd);
 
     INLINE HWND GetImeTargetComponent() { return m_imeTargetComponent; }