mirror of
https://github.com/deadw00d/AROS.git
synced 2026-03-17 17:09:26 +00:00
Restore binary compatibility
This part of structure is documented as private but it is still in public SDK, so who knows if any of the following fields are not accessed by some code. It also doesn't cost us anything to have these two fields back in the structure.
This commit is contained in:
@ -375,6 +375,8 @@ struct MUI_RenderInfo
|
||||
|
||||
/* the following stuff is private */
|
||||
struct ColorMap *mri_Colormap;
|
||||
UWORD mri_Reserved1;
|
||||
UWORD mri_Reserved2;
|
||||
UWORD mri_PensStorage[MPEN_COUNT]; /* storage for pens, mri_Pens points
|
||||
* to here */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user