No need for the kWorkspacesWindow flag anymore.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24388 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2005, Jérôme Duval, [email protected].
|
* Copyright 2005-2008, Jérôme Duval, [email protected].
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
#ifndef _WINDOW_PRIVATE_H
|
#ifndef _WINDOW_PRIVATE_H
|
||||||
@@ -26,7 +26,6 @@ const window_type kWindowScreenWindow = window_type(1026);
|
|||||||
|
|
||||||
/* Private window flags */
|
/* Private window flags */
|
||||||
|
|
||||||
const uint32 kWorkspacesWindowFlag = 0x8000;
|
|
||||||
const uint32 kWindowScreenFlag = 0x10000;
|
const uint32 kWindowScreenFlag = 0x10000;
|
||||||
|
|
||||||
#endif // _WINDOW_PRIVATE_H
|
#endif // _WINDOW_PRIVATE_H
|
||||||
|
|||||||
@@ -1674,7 +1674,6 @@ Window::ValidWindowFlags()
|
|||||||
| B_ASYNCHRONOUS_CONTROLS
|
| B_ASYNCHRONOUS_CONTROLS
|
||||||
| B_QUIT_ON_WINDOW_CLOSE
|
| B_QUIT_ON_WINDOW_CLOSE
|
||||||
| B_SAME_POSITION_IN_ALL_WORKSPACES
|
| B_SAME_POSITION_IN_ALL_WORKSPACES
|
||||||
| kWorkspacesWindowFlag
|
|
||||||
| kWindowScreenFlag;
|
| kWindowScreenFlag;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user