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
This commit is contained in:
parent
05ffed8508
commit
af7c8e347f
1 changed files with 4 additions and 0 deletions
|
@ -211,6 +211,10 @@ bool Client::manage( Window w, bool isMapped )
|
||||||
//a new, regular window, when we're not recovering from a crash,
|
//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.
|
//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: 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);
|
setOnActivity(Workspace::self()->currentActivity(), true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue