Merge pull request #609 from chris1111/master

Completed Sonoma icons
This commit is contained in:
chris1111 2023-06-10 09:57:20 -04:00 committed by GitHub
commit edf8fd2122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,7 @@ CONST CHAR8* IconsNames[] = {
"os_bigsur", //53 == ICON_BIGSUR
"os_monterey", //54 == ICON_MONTEREY
"os_ventura", //55 == ICON_VENTURA
"os_sonoma", //56 == ICON_SONOMA
""
};
const INTN IconsNamesSize = sizeof(IconsNames) / sizeof(IconsNames[0]);

View File

@ -362,6 +362,7 @@ void DebugPause(void);
#define ICON_BIGSUR (53)
#define ICON_MONTEREY (54)
#define ICON_VENTURA (55)
#define ICON_SONOMA (56)
#define BUILTIN_ICON_BACKGROUND (100)
#define BUILTIN_ICON_SELECTION (101)
#define BUILTIN_ICON_ANIME (102)