diff options
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()) |