Hook up virtual_desktop_changeable state.

Summary: Depends on D1448.

Reviewers: graesslin

Subscribers: plasma-devel

Projects: #plasma

Differential Revision: https://phabricator.kde.org/D1449
icc-effect-5.14.5
Eike Hein 2016-04-20 01:34:59 +09:00
parent 7804a352a8
commit f2e4e11929
1 changed files with 1 additions and 0 deletions

View File

@ -652,6 +652,7 @@ void AbstractClient::setupWindowManagementInterface()
w->setShaded(isShade());
w->setResizable(isResizable());
w->setMovable(isMovable());
w->setVirtualDesktopChangeable(true); // FIXME Matches Client::actionSupported(), but both should be implemented.
connect(this, &AbstractClient::skipTaskbarChanged, w,
[w, this] {
w->setSkipTaskbar(skipTaskbar());