diff options
author | Timothy Pearson <[email protected]> | 2011-11-07 20:26:07 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-07 20:26:07 -0600 |
commit | 43d99cc2477266cb9072e179137f0e8485370b3d (patch) | |
tree | 0d4d47e5497a1a1465edf8263f57b72725577239 /kwin/activation.cpp | |
parent | 6354e6b3babad3ed0f5e314735bbbc01d1988eb2 (diff) | |
download | tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.tar.gz tdebase-43d99cc2477266cb9072e179137f0e8485370b3d.zip |
Rename kwin to twin (part 1 of 2)
Diffstat (limited to 'kwin/activation.cpp')
-rw-r--r-- | kwin/activation.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kwin/activation.cpp b/kwin/activation.cpp index 544569a2d..d0212def2 100644 --- a/kwin/activation.cpp +++ b/kwin/activation.cpp @@ -609,7 +609,7 @@ bool Workspace::allowFullClientRaising( const Client* c, Time time ) void Workspace::restoreFocus() { // this updateXTime() is necessary - as FocusIn events don't have - // a timestamp *sigh*, kwin's timestamp would be older than the timestamp + // a timestamp *sigh*, twin's timestamp would be older than the timestamp // that was used by whoever caused the focus change, and therefore // the attempt to restore the focus would fail due to old timestamp updateXTime(); @@ -663,7 +663,7 @@ void Workspace::unfakeActivity( Client* c ) /*! Updates the user time (time of last action in the active window). - This is called inside kwin for every action with the window + This is called inside twin for every action with the window that qualifies for user interaction (clicking on it, activate it externally, etc.). */ |