summaryrefslogtreecommitdiffstats
path: root/twin/events.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/events.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/events.cpp')
-rw-r--r--twin/events.cpp2
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())