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
This commit is contained in:
Axel Dörfler 2005-06-14 22:04:29 +00:00
parent 0cb92588a8
commit 62bb447ee0

View File

@ -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