removed 3 printf(s) that I intruduced in my last checkin

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13244 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca 2005-06-23 19:30:29 +00:00
parent 2146e4d643
commit 8734d03e14
3 changed files with 3 additions and 4 deletions

View File

@ -1470,7 +1470,7 @@ void
Layer::RequestDraw(const BRegion &reg, Layer *startFrom) Layer::RequestDraw(const BRegion &reg, Layer *startFrom)
{ {
STRACE(("Layer(%s)::RequestDraw()\n", Name())); STRACE(("Layer(%s)::RequestDraw()\n", Name()));
printf("Layer(%s)::RequestDraw()\n", Name()); //printf("Layer(%s)::RequestDraw()\n", Name());
//if (fClassID == AS_ROOTLAYER_CLASS) //if (fClassID == AS_ROOTLAYER_CLASS)
// debugger("z"); // debugger("z");
// do not redraw any child until you must // do not redraw any child until you must

View File

@ -1948,10 +1948,9 @@ RootLayer::show_winBorder(WinBorder *winBorder)
if (fActiveWksIndex == i) if (fActiveWksIndex == i)
invalidate = invalid; invalidate = invalid;
} }
printf("Adi 1\n");
if (invalidate) if (invalidate)
show_final_scene(exFocus, exActive); show_final_scene(exFocus, exActive);
printf("Adi 2\n");
} }
void RootLayer::hide_winBorder(WinBorder *winBorder) void RootLayer::hide_winBorder(WinBorder *winBorder)

View File

@ -430,7 +430,7 @@ ServerWindow::DispatchMessage(int32 code, BPrivate::LinkReceiver &link)
if (parent != NULL) if (parent != NULL)
parent->AddChild(newLayer, this); parent->AddChild(newLayer, this);
printf("Adi: create %s\n", fTitle); //printf("Adi: create %s\n", fTitle);
if (!newLayer->IsHidden()) if (!newLayer->IsHidden())
#ifndef NEW_CLIPPING #ifndef NEW_CLIPPING
myRootLayer->GoInvalidate(newLayer, newLayer->fFull); myRootLayer->GoInvalidate(newLayer, newLayer->fFull);