]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix GNUstep build
authorPo Lu <luangruo@yahoo.com>
Fri, 27 May 2022 09:11:59 +0000 (17:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 27 May 2022 09:11:59 +0000 (17:11 +0800)
* src/nsterm.h (NSPasteboardNameGeneral): Fix definition.

src/nsterm.h

index 43f21b0357e08ff1e0e859a479c9edbdf0130ca1..f74c457fe336e90ba307ac85858e55b68db59d84 100644 (file)
@@ -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 NSDragPBoard
+#define NSPasteboardNameDrag NSDragPboard
 #endif
 
 #if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_14)