removed debug output
svn path=/trunk/kdebase/kwin/; revision=60887
This commit is contained in:
parent
81bd6b26c3
commit
ba64395e9a
2 changed files with 1 additions and 8 deletions
2
main.cpp
2
main.cpp
|
@ -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() )
|
||||
break;
|
||||
{
|
||||
|
@ -485,7 +479,6 @@ bool Workspace::workspaceEvent( XEvent * e )
|
|||
}
|
||||
break;
|
||||
case LeaveNotify:
|
||||
qDebug("LeaveNotify");
|
||||
if ( !QWhatsThis::inWhatsThisMode() )
|
||||
break;
|
||||
c = findClientWidthId( e->xcrossing.window );
|
||||
|
|
Loading…
Reference in a new issue