diff --git a/workspace.cpp b/workspace.cpp index 366734073e..3b792dbfa3 100644 --- a/workspace.cpp +++ b/workspace.cpp @@ -742,9 +742,8 @@ bool Workspace::workspaceEvent( XEvent * e ) return keyRelease(e->xkey); break; case FocusIn: - break; case FocusOut: - break; + return true; // always eat these, they would tell Qt that KWin is the active app default: if ( e->type == Shape::shapeEvent() ) { c = findClient( ((XShapeEvent *)e)->window );