mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-02-04 06:44:28 +01:00
Removed a XSetInputFocus call from linux Window.cpp
This commit is contained in:
parent
dbd0da31f1
commit
f4c5e78bfa
|
|
@ -226,7 +226,7 @@ static void createWindow(JNIEnv* env, Display *disp, int screen, XVisualInfo *vi
|
|||
XMapRaised(disp, win);
|
||||
waitMapped(disp, win);
|
||||
XClearWindow(disp, win);
|
||||
XSetInputFocus(current_disp, current_win, RevertToParent, CurrentTime);
|
||||
// XSetInputFocus(current_disp, current_win, RevertToParent, CurrentTime);
|
||||
XSync(disp, True);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue