changed one private method's prototype
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11240 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
0e835651a5
commit
239fc54e70
@ -414,7 +414,7 @@ virtual BMessage *ConvertToMessage(void* raw, int32 code);
|
||||
BView* findNextView( BView *focus, uint32 flags);
|
||||
BView* findPrevView( BView *focus, uint32 flags);
|
||||
BView* findLastChild(BView *parent);
|
||||
bool handleKeyDown( int32 raw_char, uint32 modifiers);
|
||||
bool handleKeyDown( const char key, uint32 modifiers);
|
||||
void handleActivation( bool active );
|
||||
void activateView( BView *aView, bool active );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user