Skip to content
  • Vlad Zahorodnii's avatar
    Check if we successfully restored input focus · 55588507
    Vlad Zahorodnii authored and Vlad Zahorodnii's avatar Vlad Zahorodnii committed
    In rare cases, Workspace::restoreFocus() may fail, for example when the
    most recently activated client is about to be destroyed or unmapped.
    
    If it happens that we cannot restore the focus, then mark the window in
    FocusIn event as active.
    
    CCBUG: 424223
    55588507