From 84d7db019508c1185f513e864483fd1fd608c05c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 21 Nov 2014 14:11:16 -0600 Subject: Call setActive if new focus window is found and set when rotating focus to next available window This resolves Bug 2189 --- twin/bridge.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'twin/bridge.cpp') 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 \ { \ -- cgit v1.2.3