BMenuBar: Move new reserved field to the proper place.
Without this, the amount of padding on the end of the class changes, which could affect the ABI of any classes that inherit from this one.
This commit is contained in:
@@ -106,9 +106,10 @@ private:
|
||||
menu_bar_border fBorder;
|
||||
thread_id fTrackingPID;
|
||||
int32 fPrevFocusToken;
|
||||
uint32 _reserved1;
|
||||
BRect* fLastBounds;
|
||||
uint32 fBorders;
|
||||
uint32 _reserved[2];
|
||||
uint32 _reserved[1];
|
||||
|
||||
bool fTracking;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user