diff --git a/src/servers/app/Layer.cpp b/src/servers/app/Layer.cpp index ee576dc616..3843e1733f 100644 --- a/src/servers/app/Layer.cpp +++ b/src/servers/app/Layer.cpp @@ -1470,7 +1470,7 @@ void Layer::RequestDraw(const BRegion ®, Layer *startFrom) { STRACE(("Layer(%s)::RequestDraw()\n", Name())); -printf("Layer(%s)::RequestDraw()\n", Name()); +//printf("Layer(%s)::RequestDraw()\n", Name()); //if (fClassID == AS_ROOTLAYER_CLASS) // debugger("z"); // do not redraw any child until you must diff --git a/src/servers/app/RootLayer.cpp b/src/servers/app/RootLayer.cpp index d2fef1fbb0..66e7b207c5 100644 --- a/src/servers/app/RootLayer.cpp +++ b/src/servers/app/RootLayer.cpp @@ -1948,10 +1948,9 @@ RootLayer::show_winBorder(WinBorder *winBorder) if (fActiveWksIndex == i) invalidate = invalid; } -printf("Adi 1\n"); + if (invalidate) show_final_scene(exFocus, exActive); -printf("Adi 2\n"); } void RootLayer::hide_winBorder(WinBorder *winBorder) diff --git a/src/servers/app/ServerWindow.cpp b/src/servers/app/ServerWindow.cpp index b81c098d07..e660bbc09c 100644 --- a/src/servers/app/ServerWindow.cpp +++ b/src/servers/app/ServerWindow.cpp @@ -430,7 +430,7 @@ ServerWindow::DispatchMessage(int32 code, BPrivate::LinkReceiver &link) if (parent != NULL) parent->AddChild(newLayer, this); -printf("Adi: create %s\n", fTitle); +//printf("Adi: create %s\n", fTitle); if (!newLayer->IsHidden()) #ifndef NEW_CLIPPING myRootLayer->GoInvalidate(newLayer, newLayer->fFull);