Minor cleanup.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15438 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -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