From 49bb893d2bd14a17edaa0bd99c71f052a34b02b1 Mon Sep 17 00:00:00 2001 From: ethanc8 Date: Sun, 25 Feb 2024 10:42:43 -0600 Subject: [PATCH] Add new names of NSProgressIndicatorStyle --- Headers/AppKit/NSProgressIndicator.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Headers/AppKit/NSProgressIndicator.h b/Headers/AppKit/NSProgressIndicator.h index 13f3d8c81..651f7b724 100644 --- a/Headers/AppKit/NSProgressIndicator.h +++ b/Headers/AppKit/NSProgressIndicator.h @@ -51,7 +51,9 @@ typedef enum _NSProgressIndicatorThickness typedef enum _NSProgressIndicatorStyle { NSProgressIndicatorBarStyle = 0, - NSProgressIndicatorSpinningStyle = 1 + NSProgressIndicatorSpinningStyle = 1, + NSProgressIndicatorStyleBar = 0, + NSProgressIndicatorStyleSpinning = 1 } NSProgressIndicatorStyle; APPKIT_EXPORT_CLASS