* This should have been part of r29776 and fixes the build. Thanks Alexandre!
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29777 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2001-2008, Haiku.
|
* Copyright 2001-2009, Haiku.
|
||||||
* Distributed under the terms of the MIT License.
|
* Distributed under the terms of the MIT License.
|
||||||
*
|
*
|
||||||
* Authors:
|
* Authors:
|
||||||
@@ -294,6 +294,7 @@ private:
|
|||||||
BMenuItem* item);
|
BMenuItem* item);
|
||||||
BHandler* _DetermineTarget(BMessage* message,
|
BHandler* _DetermineTarget(BMessage* message,
|
||||||
BHandler* target);
|
BHandler* target);
|
||||||
|
bool _IsFocusMessage(BMessage* message);
|
||||||
bool _UnpackMessage(unpack_cookie& state,
|
bool _UnpackMessage(unpack_cookie& state,
|
||||||
BMessage** _message, BHandler** _target,
|
BMessage** _message, BHandler** _target,
|
||||||
bool* _usePreferred);
|
bool* _usePreferred);
|
||||||
|
|||||||
Reference in New Issue
Block a user