From 62bb447ee0835ebbfa2eeea495faa060e45ca4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Tue, 14 Jun 2005 22:04:29 +0000 Subject: [PATCH] In order to be binary compatible, one should not change the location of private members if the class has friends (and BWindow has a lot of them...), stupid Axel! git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13131 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/interface/Window.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/headers/os/interface/Window.h b/headers/os/interface/Window.h index c5a53212ff..9f3f8687d2 100644 --- a/headers/os/interface/Window.h +++ b/headers/os/interface/Window.h @@ -391,9 +391,11 @@ private: short fShowLevel; uint32 fFlags; + uint32 _unused0[2]; BView *top_view; BView *fFocus; BView *fLastMouseMovedView; + uint32 _unused1; BMenuBar *fKeyMenuBar; BButton *fDefaultButton; BList accelList; @@ -421,7 +423,7 @@ private: BMessageRunner *fPulseRunner; BRect fCurrentFrame; // not yet used - uint32 _reserved[5]; // was 8 + uint32 _reserved[2]; // was 8 #if !_PR3_COMPATIBLE_ uint32 _more_reserved[4]; #endif