src/windows/native/sun/windows/awt_Component.cpp

Print this page

        

*** 711,720 **** --- 711,724 ---- HWND hit = NULL; POINT p = { 0, 0 }; AwtComponent *comp = NULL; + if ((comp = AwtFrame::sm_lwFrameUnderMouse) != NULL) { + goto found; + } + if (useCache) { if (sm_cursorOn == NULL) { return NULL; }