We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9434c98 commit e458e6eCopy full SHA for e458e6e
src/java.desktop/windows/native/libawt/windows/awt_Window.cpp
@@ -2503,7 +2503,7 @@ jint AwtWindow::_GetScreenImOn(void *param)
2503
2504
// Our native resources may have been destroyed before the Java peer,
2505
// e.g., if dispose() was called. In that case, return the default screen.
2506
- PDATA pData;
+ PDATA pData;
2507
JNI_CHECK_PEER_GOTO(self, ret);
2508
window = (AwtWindow *)pData;
2509
if (::IsWindow(window->GetHWnd()))
0 commit comments