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

Print this page

        

@@ -711,10 +711,14 @@
 
     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;
         }