Okay, no more "freezing" X. kwin should be usable again :-)
svn path=/trunk/kdebase/kwin/; revision=33251
This commit is contained in:
parent
6919a58420
commit
7ef5cb7319
1 changed files with 0 additions and 4 deletions
|
@ -160,10 +160,6 @@ bool Workspace::workspaceEvent( XEvent * e )
|
|||
if ( c )
|
||||
return c->windowEvent( e );
|
||||
|
||||
if (!tab_grab && ! control_grab) { // don't process accelerators in tab or control mode
|
||||
return true;
|
||||
}
|
||||
|
||||
switch (e->type) {
|
||||
case ButtonPress:
|
||||
case ButtonRelease:
|
||||
|
|
Loading…
Reference in a new issue