diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-21 14:11:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-11-21 14:11:16 -0600 |
commit | 84d7db019508c1185f513e864483fd1fd608c05c (patch) | |
tree | 7c9fdfc01ac4a6db18cd3ffd7d9c1973363a289e /twin/bridge.cpp | |
parent | f685dc8a297618b76d81a192a28f7d586e9a170f (diff) | |
download | tdebase-84d7db019508c1185f513e864483fd1fd608c05c.tar.gz tdebase-84d7db019508c1185f513e864483fd1fd608c05c.zip |
Call setActive if new focus window is found and set when rotating focus to next available window
This resolves Bug 2189
Diffstat (limited to 'twin/bridge.cpp')
-rw-r--r-- | twin/bridge.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/twin/bridge.cpp b/twin/bridge.cpp index 49840e248..f79382457 100644 --- a/twin/bridge.cpp +++ b/twin/bridge.cpp @@ -21,6 +21,10 @@ Bridge::Bridge( Client* cl ) { } +Bridge::~Bridge() + { + } + #define BRIDGE_HELPER( rettype, prototype, args1, args2, cst ) \ rettype Bridge::prototype ( args1 ) cst \ { \ |