]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix build on Mac OS X 10.11
authorPo Lu <luangruo@yahoo.com>
Thu, 12 May 2022 09:21:39 +0000 (17:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 12 May 2022 09:23:45 +0000 (17:23 +0800)
* src/nsterm.h (NSButtonTypeMomentaryPushIn): New define.

src/nsterm.h

index 9d8a6f486fcb9872895b5558c4b51a1f185f9578..ce2355e6b1c39600e703c8926ddeb214f5852860 100644 (file)
@@ -1329,5 +1329,6 @@ enum NSWindowTabbingMode
 #define NSControlStateValueOn NSOnState
 #define NSControlStateValueOff NSOffState
 #define NSBezelStyleRounded NSRoundedBezelStyle
+#define NSButtonTypeMomentaryPushIn NSMomentaryPushInButton
 #endif
 #endif /* HAVE_NS */