projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dc662f2
)
Fix build on Mac OS X 10.11
author
Po Lu
<luangruo@yahoo.com>
Thu, 12 May 2022 09:21:39 +0000
(17:21 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 12 May 2022 09:23:45 +0000
(17:23 +0800)
* src/nsterm.h (NSButtonTypeMomentaryPushIn): New define.
src/nsterm.h
patch
|
blob
|
history
diff --git
a/src/nsterm.h
b/src/nsterm.h
index 9d8a6f486fcb9872895b5558c4b51a1f185f9578..ce2355e6b1c39600e703c8926ddeb214f5852860 100644
(file)
--- 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 */