1
0
mirror of https://github.com/deadw00d/AROS.git synced 2026-03-16 22:08:37 +00:00

Document reason for enum offsets and move the new type out of the

space already covered by existing types.
This commit is contained in:
deadwood
2025-09-29 18:13:39 +02:00
parent d926f6717a
commit 29b859330b

View File

@ -605,8 +605,10 @@ enum
MUIV_Frame_Slider,
MUIV_Frame_Knob,
MUIV_Frame_Drag,
/* Values reserved for existing MUI4/MUI5 types*/
MUIV_Frame_Register = 21,
MUIV_Frame_Rounded,
/* Values reserved for existing MUI4/MUI5 types*/
MUIV_Frame_Rounded = 30,
MUIV_Frame_Count
};