1
0
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:
deadwood
2025-09-29 18:11:05 +02:00
parent ed8bf74f1d
commit d214a7e4b8

View File

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