mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-08 16:04:39 +00:00
fix infinite focus loop when using Display.setParent() + JWS + Linux.
This commit is contained in:
parent
4eb94622ca
commit
7d1a770cff
1 changed files with 1 additions and 1 deletions
|
|
@ -846,7 +846,7 @@ final class LinuxDisplay implements DisplayImplementation {
|
|||
if (parent_focus) {
|
||||
setInputFocusUnsafe(current_window);
|
||||
}
|
||||
else {
|
||||
else if (xembedded) {
|
||||
setInputFocusUnsafe(0);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue