diff --git a/Headers/AppKit/NSImage.h b/Headers/AppKit/NSImage.h index 693a0e00f..6ac63e696 100644 --- a/Headers/AppKit/NSImage.h +++ b/Headers/AppKit/NSImage.h @@ -50,6 +50,7 @@ APPKIT_EXPORT NSString *NSImageNameMultipleDocuments; APPKIT_EXPORT NSString *NSImageNameTrashEmpty; APPKIT_EXPORT NSString *NSImageNameTrashFull; +APPKIT_EXPORT NSString *NSImageNameColorPanel; /** Defines how an NSImage is to be cached. Possible values are: * diff --git a/Images/GNUmakefile b/Images/GNUmakefile index 5d2aaa1b3..719482948 100644 --- a/Images/GNUmakefile +++ b/Images/GNUmakefile @@ -163,6 +163,7 @@ Images_RESOURCE_FILES = \ common_MultipleSelection.tiff \ common_RecyclerEmpty.tiff \ common_RecyclerFull.tiff \ + NSColorPanel.tiff \ include $(GNUSTEP_MAKEFILES)/resource-set.make diff --git a/Images/NSColorPanel.tiff b/Images/NSColorPanel.tiff new file mode 100644 index 000000000..09231cc3f Binary files /dev/null and b/Images/NSColorPanel.tiff differ diff --git a/Source/externs.m b/Source/externs.m index d9f1f712a..80c9130ad 100644 --- a/Source/externs.m +++ b/Source/externs.m @@ -3,7 +3,7 @@ External data - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997-2016 Free Software Foundation, Inc. Author: Scott Christley Date: August 1997 @@ -714,6 +714,10 @@ id NSNotApplicableMarker = @""; NSString *NSNibTopLevelObjects = @"NSTopLevelObjects"; NSString *NSNibOwner = @"NSOwner"; +// NSImage directly mapped NS named images constants +NSString *NSImageNameColorPanel = @"NSColorPanel"; + + extern void __objc_gui_force_linking (void); void