projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5d2523d
)
Fix GNUstep build
author
Po Lu
<luangruo@yahoo.com>
Fri, 27 May 2022 09:11:59 +0000
(17:11 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Fri, 27 May 2022 09:11:59 +0000
(17:11 +0800)
* src/nsterm.h (NSPasteboardNameGeneral): Fix definition.
src/nsterm.h
patch
|
blob
|
history
diff --git
a/src/nsterm.h
b/src/nsterm.h
index 43f21b0357e08ff1e0e859a479c9edbdf0130ca1..f74c457fe336e90ba307ac85858e55b68db59d84 100644
(file)
--- a/
src/nsterm.h
+++ b/
src/nsterm.h
@@
-1331,7
+1331,7
@@
enum NSWindowTabbingMode
#if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_13)
/* Deprecated in macOS 10.13. */
#define NSPasteboardNameGeneral NSGeneralPboard
-#define NSPasteboardNameDrag NSDragP
B
oard
+#define NSPasteboardNameDrag NSDragP
b
oard
#endif
#if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_14)