BWindow: fix debug build.
This commit is contained in:
parent
0032be820b
commit
356fc3bf06
@ -3018,9 +3018,9 @@ BWindow::_InitData(BRect frame, const char* title, window_look look,
|
|||||||
|
|
||||||
// Redirect our link to the new window connection
|
// Redirect our link to the new window connection
|
||||||
fLink->SetSenderPort(sendPort);
|
fLink->SetSenderPort(sendPort);
|
||||||
|
STRACE(("Server says that our send port is %ld\n", sendPort));
|
||||||
}
|
}
|
||||||
|
|
||||||
STRACE(("Server says that our send port is %ld\n", sendPort));
|
|
||||||
STRACE(("Window locked?: %s\n", IsLocked() ? "True" : "False"));
|
STRACE(("Window locked?: %s\n", IsLocked() ? "True" : "False"));
|
||||||
|
|
||||||
_CreateTopView();
|
_CreateTopView();
|
||||||
|
Loading…
Reference in New Issue
Block a user