Skip to content
  • Marco Trevisan's avatar
    window: Return focusable ability looking at properties only · 58d2a674
    Marco Trevisan authored
    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
    58d2a674