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:
parent
2146e4d643
commit
8734d03e14
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user