* Added a new flag kAcceptKeyboardFocusFlag that allows B_AVOID_FOCUS windows

to still receive keyboard events. This is now used for menu windows (before,
  the menu feel alone would trigger that behaviour).
* This also fixes bug #4691, as tool tip windows use the menu feel as well.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33481 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2009-10-07 16:26:32 +00:00
parent 7f954bd566
commit 931cd377aa
4 changed files with 13 additions and 6 deletions
@@ -28,5 +28,7 @@ const window_type kWindowScreenWindow = window_type(1026);
/* Private window flags */
const uint32 kWindowScreenFlag = 0x10000;
const uint32 kAcceptKeyboardFocusFlag = 0x40000;
// Accept keyboard input even if B_AVOID_FOCUS is set
#endif // _WINDOW_PRIVATE_H