mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-21 06:14:10 +00:00
Reset resizable state on destroy. Close #142
This commit is contained in:
parent
8bb7dfefc6
commit
2df01dd762
1 changed files with 1 additions and 0 deletions
|
|
@ -321,6 +321,7 @@ final class WindowsDisplay implements DisplayImplementation {
|
|||
isMinimized = false;
|
||||
isFocused = false;
|
||||
redoMakeContextCurrent = false;
|
||||
resizable = false;
|
||||
mouseInside = false;
|
||||
}
|
||||
private static native void nReleaseDC(long hwnd, long hdc);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue