summaryrefslogtreecommitdiffstats
path: root/MeterMode.h
Commit message (Collapse)AuthorAgeFilesLines
* Define MeterModeId to unsigned int and use it throughoutExplorer092024-04-201-2/+4
| | | | | | | | | All uses of meter drawing "mode" numbers now have the type `MeterModeId`, including the uses in structures and arrays. `MeterModeId` is defined as `unsigned int`, as (currently) it doesn't save any code size by defining it to any smaller type. Signed-off-by: Kang-Che Sung <explorer09@gmail.com>
* New header "MeterMode.h" for MeterModeId definitionsExplorer092024-04-201-0/+20
This is a prerequisite to using MeterModeId type in more headers, to avoid header dependency hell.

© 2014-2024 Faster IT GmbH | imprint | privacy policy