Skip to content
  • Vlad Zahorodnii's avatar
    Remove most_recently_raised micro optimization · 9577423d
    Vlad Zahorodnii authored
    This micro optimization is simply not worth having. raiseOrLowerClient()
    is not in any hot path, besides that raiseClient() is not the only place
    where a window can be raised above other windows. In addition to that,
    the most_recently_raised check in raiseOrLowerClient() doesn't take into
    account whether the cached window is on the current activity.
    9577423d