From 82b75a97ba2c26bcdb83c3109401d97e6293a63f Mon Sep 17 00:00:00 2001 From: Po Lu Date: Fri, 27 May 2022 17:11:59 +0800 Subject: [PATCH] Fix GNUstep build * src/nsterm.h (NSPasteboardNameGeneral): Fix definition. --- src/nsterm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/nsterm.h b/src/nsterm.h index 43f21b0357e..f74c457fe33 100644 --- 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 NSDragPBoard +#define NSPasteboardNameDrag NSDragPboard #endif #if !defined (NS_IMPL_COCOA) || !defined (MAC_OS_X_VERSION_10_14) -- 2.39.2