use diff. I don't remembr now the differences
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4570 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -395,9 +395,7 @@ virtual BMessage *ConvertToMessage(void* raw, int32 code); // HUGE function
|
|||||||
// OBOS BWindow's addon functions
|
// OBOS BWindow's addon functions
|
||||||
uint32 WindowLookToInteger(window_look wl);
|
uint32 WindowLookToInteger(window_look wl);
|
||||||
uint32 WindowFeelToInteger(window_feel wf);
|
uint32 WindowFeelToInteger(window_feel wf);
|
||||||
BView* buildTopView();
|
void BuildTopView();
|
||||||
void attachTopView();
|
|
||||||
void detachTopView();
|
|
||||||
void stopConnection();
|
void stopConnection();
|
||||||
void setFocus(BView *focusView, bool notifyIputServer=false);
|
void setFocus(BView *focusView, bool notifyIputServer=false);
|
||||||
|
|
||||||
@@ -425,7 +423,8 @@ virtual BMessage *ConvertToMessage(void* raw, int32 code); // HUGE function
|
|||||||
|
|
||||||
uint8* ReadRawFromPort(int32* code,
|
uint8* ReadRawFromPort(int32* code,
|
||||||
bigtime_t tout = B_INFINITE_TIMEOUT);
|
bigtime_t tout = B_INFINITE_TIMEOUT);
|
||||||
|
// Debug
|
||||||
|
void PrintToStream() const;
|
||||||
// END: OBOS addon functions
|
// END: OBOS addon functions
|
||||||
|
|
||||||
// 3 deprecated calls
|
// 3 deprecated calls
|
||||||
|
|||||||
Reference in New Issue
Block a user