Skip to content
  • Vlad Zahorodnii's avatar
    Simplify Workspace::sendClientToDesktop() · 1fbd99b5
    Vlad Zahorodnii authored
    This allows changing the type of desk to QVector<VirtualDesktop *>.
    
    Based on the dont_activate flag, Workspace::sendClientToDesktop() will
    try to focus the window if it's moved to the current virtual desktop.
    
    In order to implement that, it needs to know whether the window has been
    on the current desktop. c->isOnDesktop(desk) is a much sophisticated way
    to do that.
    1fbd99b5