Skip to content

window: Return focusable state only based on properties

As per commit 43633d6b, we mark an unmanaging window as not focusable, while this is true, it might cause not resetting the current focused window when unmanaging it causing a crash.

Also this wouldn't allow to check if a window can be focused when unmanaging it, so let's revert the previous behavior.

Fixes: #462 (closed)

Merge request reports