Add new names of NSProgressIndicatorStyle

This commit is contained in:
ethanc8 2024-02-25 10:42:43 -06:00
parent 31e97a0d28
commit 49bb893d2b

View file

@ -51,7 +51,9 @@ typedef enum _NSProgressIndicatorThickness
typedef enum _NSProgressIndicatorStyle
{
NSProgressIndicatorBarStyle = 0,
NSProgressIndicatorSpinningStyle = 1
NSProgressIndicatorSpinningStyle = 1,
NSProgressIndicatorStyleBar = 0,
NSProgressIndicatorStyleSpinning = 1
} NSProgressIndicatorStyle;
APPKIT_EXPORT_CLASS