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