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/events.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/events.cpp')
-rw-r--r-- | twin/events.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/events.cpp b/twin/events.cpp index c7472cdaf..68c4be55c 100644 --- a/twin/events.cpp +++ b/twin/events.cpp @@ -1584,7 +1584,7 @@ bool Client::motionNotifyEvent( Window w, int /*state*/, int x, int y, int x_roo handleMoveResize( x, y, x_root, y_root ); return true; } - + void Client::focusInEvent( XFocusInEvent* e ) { if( e->window != window()) |