Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15438 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
e62201bacd
commit
ccfb624b7a
@ -1457,9 +1457,9 @@ Desktop::SetWindowFeel(WindowLayer *window, window_feel newFeel)
|
||||
WindowLayer* frontmost = window->Frontmost(_Windows(i).FirstWindow(), i);
|
||||
if (frontmost == NULL)
|
||||
continue;
|
||||
|
||||
|
||||
// check if the frontmost window is really in front of it
|
||||
|
||||
|
||||
WindowLayer* next = window->NextWindow(i);
|
||||
while (next != NULL) {
|
||||
if (next == frontmost)
|
||||
|
@ -713,7 +713,7 @@ ServerWindow::_DispatchMessage(int32 code, BPrivate::LinkReceiver &link)
|
||||
}
|
||||
case AS_SET_FEEL:
|
||||
{
|
||||
STRACE(("ServerWindow %s: Message AS_SET_LOOK\n", Title()));
|
||||
STRACE(("ServerWindow %s: Message AS_SET_FEEL\n", Title()));
|
||||
|
||||
status_t status = B_ERROR;
|
||||
int32 feel;
|
||||
@ -732,7 +732,7 @@ ServerWindow::_DispatchMessage(int32 code, BPrivate::LinkReceiver &link)
|
||||
}
|
||||
case AS_SET_FLAGS:
|
||||
{
|
||||
STRACE(("ServerWindow %s: Message AS_SET_LOOK\n", Title()));
|
||||
STRACE(("ServerWindow %s: Message AS_SET_FLAGS\n", Title()));
|
||||
|
||||
status_t status = B_ERROR;
|
||||
uint32 flags;
|
||||
|
Loading…
Reference in New Issue
Block a user