Windows: Fixed cursor clipping when loosing focus

This commit is contained in:
Elias Naur 2007-08-12 23:33:25 +00:00
parent 1b2f59d7ed
commit e76fd53950
1 changed files with 2 additions and 1 deletions

View File

@ -225,7 +225,8 @@ final class WindowsDisplay implements DisplayImplementation {
} else if (isFullscreen) {
showWindow(getHwnd(), SW_SHOWMINNOACTIVE);
resetDisplayMode();
}
} else
checkCursorClip();
inAppActivate = false;
}
private static native void showWindow(long hwnd, int mode);