Fix build on Mac OS X 10.11

* src/nsterm.h (NSButtonTypeMomentaryPushIn): New define.
This commit is contained in:
Po Lu 2022-05-12 17:21:39 +08:00
parent dc662f21f4
commit b6aff96a74

View file

@ -1329,5 +1329,6 @@ enum NSWindowTabbingMode
#define NSControlStateValueOn NSOnState
#define NSControlStateValueOff NSOffState
#define NSBezelStyleRounded NSRoundedBezelStyle
#define NSButtonTypeMomentaryPushIn NSMomentaryPushInButton
#endif
#endif /* HAVE_NS */