svn path=/trunk/kdebase/kwin/; revision=60887
@ -46,7 +46,7 @@ static void crashHandler(int)
{
KCrash::setCrashHandler(0); // Exit on next crash.
client->detach(); // Unregister with dcop.
// system("kwin&"); // Try to restart
system("kwin&"); // Try to restart
}
int x11ErrorHandler(Display *d, XErrorEvent *e){
@ -470,12 +470,6 @@ bool Workspace::workspaceEvent( XEvent * e )
break;
case EnterNotify:
qDebug("EnterNotify");
QWidget* w = QWidget::find( e->xcrossing.window );
if (w )
qDebug("w = %s", w->className() );
if ( !QWhatsThis::inWhatsThisMode() )
@ -485,7 +479,6 @@ bool Workspace::workspaceEvent( XEvent * e )
case LeaveNotify:
qDebug("LeaveNotify");
c = findClientWidthId( e->xcrossing.window );