Revert second part of accidental commit.

This commit is contained in:
Gregory John Casamento 2021-06-24 20:34:38 -04:00
parent 31bedc6fbf
commit 227b0f33fa

View file

@ -78,6 +78,10 @@ typedef enum _NSButtonType {
NSMomentaryChangeButton,
NSOnOffButton,
NSMomentaryPushInButton,
#if OS_API_VERSION(MAC_OS_X_VERSION_10_10, GS_API_LATEST)
NSAcceleratorButton,
NSMultiLevelAcceleratorButton,
#endif
// These are old names
NSMomentaryLight = NSMomentaryPushInButton,
NSMomentaryPushButton = NSMomentaryLightButton