Skip to content

Commit 49bb893

Browse files
committed
Add new names of NSProgressIndicatorStyle
1 parent 31e97a0 commit 49bb893

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Headers/AppKit/NSProgressIndicator.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ typedef enum _NSProgressIndicatorThickness
5151
typedef enum _NSProgressIndicatorStyle
5252
{
5353
NSProgressIndicatorBarStyle = 0,
54-
NSProgressIndicatorSpinningStyle = 1
54+
NSProgressIndicatorSpinningStyle = 1,
55+
NSProgressIndicatorStyleBar = 0,
56+
NSProgressIndicatorStyleSpinning = 1
5557
} NSProgressIndicatorStyle;
5658

5759
APPKIT_EXPORT_CLASS

0 commit comments

Comments
 (0)