* Deskbar's Switcher had an explanation what the window_info::layer field is

about. ServerWindow::GetInfo() now fills in that value following this logic
  as well as further testing.
* Whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26942 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2008-08-12 13:44:17 +00:00
parent 0eb592d7fe
commit 44cd4a02c7
2 changed files with 96 additions and 84 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
/*
* Copyright 2005, Haiku.
* Copyright 2005-2008, Haiku.
* Distributed under the terms of the MIT License.
*
* Authors:
@@ -21,7 +21,7 @@ struct window_info {
int32 client_port;
uint32 workspaces;
int32 layer; // whatever this is...
int32 layer; // see ServerWindow::GetInfo()
uint32 feel;
uint32 flags;
int32 window_left;