Added new window flag B_SAME_POSITION_IN_ALL_WORKSPACES.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15433 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2005-12-09 13:07:47 +00:00
parent 0efe29e09d
commit 463e791c29
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,8 @@ enum {
B_NO_WORKSPACE_ACTIVATION = 0x00000100,
B_NOT_ANCHORED_ON_ACTIVATE = 0x00020000,
B_ASYNCHRONOUS_CONTROLS = 0x00080000,
B_QUIT_ON_WINDOW_CLOSE = 0x00100000
B_QUIT_ON_WINDOW_CLOSE = 0x00100000,
B_SAME_POSITION_IN_ALL_WORKSPACES = 0x00200000,
};
#define B_CURRENT_WORKSPACE 0