mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Externs: export the _NXSmartPaste constant
Export the private _NXSmartPaste constant for compatibility purposes.
This commit is contained in:
parent
1560978a60
commit
5a66de7139
1 changed files with 2 additions and 1 deletions
|
@ -326,6 +326,8 @@ NSString *NSRulerPboard = @"NSRulerPboard";
|
|||
NSString *NSPasteboardCommunicationException
|
||||
= @"NSPasteboardCommunicationException";
|
||||
|
||||
NSString *_NXSmartPaste = @"NeXT smart paste pasteboard type";
|
||||
|
||||
// Printing Information Dictionary Keys
|
||||
NSString *NSPrintAllPages = @"NSPrintAllPages";
|
||||
NSString *NSPrintBottomMargin = @"NSBottomMargin";
|
||||
|
@ -758,7 +760,6 @@ NSString *NSImageNameFontPanel = @"NSFontPanel";
|
|||
NSString *NSImageNameColorPanel = @"NSColorPanel";
|
||||
NSString *NSImageNameCaution = @"NSCaution";
|
||||
|
||||
|
||||
extern void __objc_gui_force_linking (void);
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue