mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-02 16:40:59 +00:00
Fix externs for collection view, correct NSFontIdentityMatrix type
This commit is contained in:
parent
c8c3e9720c
commit
af643cc821
4 changed files with 10 additions and 4 deletions
|
@ -43,8 +43,8 @@ enum
|
|||
};
|
||||
typedef NSInteger NSCollectionViewScrollDirection;
|
||||
|
||||
const static NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionHeader;
|
||||
const static NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionFooter;
|
||||
APPKIT_EXPORT NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionHeader;
|
||||
APPKIT_EXPORT NSCollectionViewSupplementaryElementKind NSCollectionElementKindSectionFooter;
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
@interface NSCollectionViewFlowLayoutInvalidationContext : NSCollectionViewLayoutInvalidationContext
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue