mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:27:40 +00:00
Add MacOSX 10.4 methods and constants.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@25359 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d41899ac82
commit
d9445dfd53
4 changed files with 518 additions and 33 deletions
|
@ -104,7 +104,7 @@ NSString *NSImageCompressionFactor = @"NSImageCompressionFactor";
|
|||
NSString *NSImageDitherTransparency = @"NSImageDitherTransparency";
|
||||
NSString *NSImageRGBColorTable = @"NSImageRGBColorTable";
|
||||
NSString *NSImageInterlaced = @"NSImageInterlaced";
|
||||
//NSString *NSImageColorSyncProfileData = @"NSImageColorSyncProfileData"; // Mac OS X only
|
||||
NSString *NSImageColorSyncProfileData = @"NSImageColorSyncProfileData"; // Mac OS X only
|
||||
//NSString *GSImageICCProfileData = @"GSImageICCProfileData"; // if & when GNUstep supports color management
|
||||
NSString *NSImageFrameCount = @"NSImageFrameCount";
|
||||
NSString *NSImageCurrentFrame = @"NSImageCurrentFrame";
|
||||
|
@ -112,7 +112,7 @@ NSString *NSImageCurrentFrameDuration = @"NSImageCurrentFrameDuration";
|
|||
NSString *NSImageLoopCount = @"NSImageLoopCount";
|
||||
NSString *NSImageGamma = @"NSImageGamma";
|
||||
NSString *NSImageProgressive = @"NSImageProgressive";
|
||||
//NSString *NSImageEXIFData = @"NSImageEXIFData"; // No support yet in GNUstep
|
||||
NSString *NSImageEXIFData = @"NSImageEXIFData"; // No support yet in GNUstep
|
||||
|
||||
// NSColor Global strings
|
||||
NSString *NSCalibratedWhiteColorSpace = @"NSCalibratedWhiteColorSpace";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue