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:
@ -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
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user