From af7c8e347ff3d3614931a048d2ca5f92643fcd47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20=C4=8Cuki=C4=87?= Date: Sun, 14 Nov 2010 10:35:16 +0000 Subject: [PATCH] Added TODO notice for non-heuristic based deciding whether a window should be on a single activity or not svn path=/trunk/KDE/kdebase/workspace/; revision=1196906 --- manage.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/manage.cpp b/manage.cpp index 55e89c527d..fbb531dad0 100644 --- a/manage.cpp +++ b/manage.cpp @@ -211,6 +211,10 @@ bool Client::manage( Window w, bool isMapped ) //a new, regular window, when we're not recovering from a crash, //and it hasn't got an activity. let's try giving it the current one. //TODO: decide whether to keep this before the 4.6 release + //TODO: if we are keeping it (at least as an option), replace noborder checking + //with a public API for setting windows to be on all activities. + //something like KWindowSystem::setOnAllActivities or + //KActivityConsumer::setOnAllActivities setOnActivity(Workspace::self()->currentActivity(), true); } }