From: Po Lu Date: Thu, 12 May 2022 09:21:39 +0000 (+0800) Subject: Fix build on Mac OS X 10.11 X-Git-Tag: emacs-29.0.90~1910^2~760 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b6aff96a747930e49017b20203fffec1ea70a1b1;p=emacs.git Fix build on Mac OS X 10.11 * src/nsterm.h (NSButtonTypeMomentaryPushIn): New define. --- diff --git a/src/nsterm.h b/src/nsterm.h index 9d8a6f486fc..ce2355e6b1c 100644 --- a/src/nsterm.h +++ b/src/nsterm.h @@ -1329,5 +1329,6 @@ enum NSWindowTabbingMode #define NSControlStateValueOn NSOnState #define NSControlStateValueOff NSOffState #define NSBezelStyleRounded NSRoundedBezelStyle +#define NSButtonTypeMomentaryPushIn NSMomentaryPushInButton #endif #endif /* HAVE_NS */