summaryrefslogtreecommitdiffstats
path: root/twin/bridge.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-21 14:11:16 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-11-21 14:11:16 -0600
commit84d7db019508c1185f513e864483fd1fd608c05c (patch)
tree7c9fdfc01ac4a6db18cd3ffd7d9c1973363a289e /twin/bridge.cpp
parentf685dc8a297618b76d81a192a28f7d586e9a170f (diff)
downloadtdebase-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.cpp4
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 \
{ \