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:
Augustin Cavalier
2025-02-19 15:10:55 -05:00
parent 0f430ba35c
commit 2deebfa44b
+2 -1
View File
@@ -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;
};