From 36169186278fd7fe91ada7645522e8d63f5b1795 Mon Sep 17 00:00:00 2001 From: Adi Oanca Date: Sun, 31 Aug 2003 17:23:44 +0000 Subject: [PATCH] Added two new methods git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4427 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/private/servers/app/Decorator.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/headers/private/servers/app/Decorator.h b/headers/private/servers/app/Decorator.h index e37784aae3..cb57d4717d 100644 --- a/headers/private/servers/app/Decorator.h +++ b/headers/private/servers/app/Decorator.h @@ -67,6 +67,11 @@ public: int32 GetFeel(void); int32 GetFlags(void); const char *GetTitle(void); + // we need to know its border(frame). WinBorder's _frame rect + // must expand to include Decorator borders. Otherwise we can't + // draw the border. We also add GetTabRect because I feel we'll need it + BRect GetBorderRect(void); + BRect GetTabRect(void); bool GetClose(void); bool GetMinimize(void);