diff options
author | Timothy Pearson <[email protected]> | 2014-11-21 14:11:16 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-11-21 14:11:16 -0600 |
commit | 84d7db019508c1185f513e864483fd1fd608c05c (patch) | |
tree | 7c9fdfc01ac4a6db18cd3ffd7d9c1973363a289e /twin/bridge.h | |
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.h')
-rw-r--r-- | twin/bridge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/twin/bridge.h b/twin/bridge.h index 0989a64b5..3208b3192 100644 --- a/twin/bridge.h +++ b/twin/bridge.h @@ -22,6 +22,8 @@ class Bridge : public KDecorationBridge { public: Bridge( Client* cl ); + virtual ~Bridge(); + virtual bool isActive() const; virtual bool isCloseable() const; virtual bool isMaximizable() const; |