From 6f274814d1c9c0ad51466fca7c0f50fd96a1f6fc Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Mon, 8 Sep 2003 21:02:31 +0000 Subject: [PATCH] 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 --- headers/os/interface/Window.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/headers/os/interface/Window.h b/headers/os/interface/Window.h index 406bbfe1ed..24d9795f39 100644 --- a/headers/os/interface/Window.h +++ b/headers/os/interface/Window.h @@ -395,9 +395,7 @@ virtual BMessage *ConvertToMessage(void* raw, int32 code); // HUGE function // OBOS BWindow's addon functions uint32 WindowLookToInteger(window_look wl); uint32 WindowFeelToInteger(window_feel wf); - BView* buildTopView(); - void attachTopView(); - void detachTopView(); + void BuildTopView(); void stopConnection(); void setFocus(BView *focusView, bool notifyIputServer=false); @@ -425,7 +423,8 @@ virtual BMessage *ConvertToMessage(void* raw, int32 code); // HUGE function uint8* ReadRawFromPort(int32* code, bigtime_t tout = B_INFINITE_TIMEOUT); - + // Debug + void PrintToStream() const; // END: OBOS addon functions // 3 deprecated calls