mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
minor improvements.
This commit is contained in:
parent
4b72608c35
commit
3194948df4
1 changed files with 9 additions and 0 deletions
|
@ -40,6 +40,9 @@
|
|||
static NSMutableDictionary *_availableFontCollections = nil;
|
||||
static NSLock *_fontCollectionLock = nil;
|
||||
|
||||
/*
|
||||
* Private functions...
|
||||
*/
|
||||
@interface NSFontCollection (Private)
|
||||
|
||||
+ (void) _loadAvailableFontCollections;
|
||||
|
@ -52,6 +55,9 @@ static NSLock *_fontCollectionLock = nil;
|
|||
|
||||
@end
|
||||
|
||||
/*
|
||||
* Private functions...
|
||||
*/
|
||||
@implementation NSFontCollection (Private)
|
||||
|
||||
/**
|
||||
|
@ -322,6 +328,9 @@ static NSLock *_fontCollectionLock = nil;
|
|||
|
||||
@end
|
||||
|
||||
/*
|
||||
* NSFontCollection
|
||||
*/
|
||||
@implementation NSFontCollection
|
||||
|
||||
+ (void) initialize
|
||||
|
|
Loading…
Reference in a new issue