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

Print this page

        

*** 46,55 **** --- 46,57 ---- public: enum FrameExecIds { FRAME_SETMENUBAR }; + static AwtFrame* sm_lwFrameUnderMouse; + /* java.awt.Frame fields and method IDs */ static jfieldID undecoratedID; /* sun.awt.windows.WEmbeddedFrame fields and method IDs */ static jfieldID handleID;
*** 142,151 **** --- 144,154 ---- static void _ClearMaximizedBounds(void *param); static void _SetMenuBar(void *param); static void _SetIMMOption(void *param); static void _SynthesizeWmActivate(void *param); static void _NotifyModalBlocked(void *param); + static void _SetLwFrameUnderMouse(void* param); virtual void Reshape(int x, int y, int width, int height); virtual BOOL AwtSetActiveWindow(BOOL isMouseEventCause = FALSE, UINT hittest = HTCLIENT);