From 43d99cc2477266cb9072e179137f0e8485370b3d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 7 Nov 2011 20:26:07 -0600 Subject: Rename kwin to twin (part 1 of 2) --- kwin/layers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kwin/layers.cpp') diff --git a/kwin/layers.cpp b/kwin/layers.cpp index 7f6c90378..773ea2d58 100644 --- a/kwin/layers.cpp +++ b/kwin/layers.cpp @@ -149,7 +149,7 @@ void Workspace::propagateClients( bool propagate_new_clients ) // Stack all windows under the support window. The support window is // not used for anything (besides the NETWM property), and it's not shown, - // but it was lowered after kwin startup. Stacking all clients below + // but it was lowered after twin startup. Stacking all clients below // it ensures that no client will be ever shown above override-redirect // windows (e.g. popups). #if 0 @@ -717,7 +717,7 @@ bool Workspace::keepTransientAbove( const Client* mainwindow, const Client* tran return false; // This is rather a hack for #76026. Don't keep non-modal dialogs above // the mainwindow, but only if they're group transient (since only such dialogs - // have taskbar entry in Kicker). A proper way of doing this (both kwin and kicker) + // have taskbar entry in Kicker). A proper way of doing this (both twin and kicker) // needs to be found. if( transient->isDialog() && !transient->isModal() && transient->groupTransient()) return false; -- cgit v1.2.1