Skip to content
Commit 1fbd99b5 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

Simplify Workspace::sendClientToDesktop()

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.
parent 2e033668
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment