Reset resizable state on destroy. Close #142

This commit is contained in:
Ioannis Tsakpinis 2016-12-08 21:50:34 +02:00
parent 8bb7dfefc6
commit 2df01dd762
1 changed files with 1 additions and 0 deletions

View File

@ -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);