Skip to content
Snippets Groups Projects
Commit af4dc83e authored by George Nachman's avatar George Nachman
Browse files

Fix build on 10.12 sdk

parent b2166822
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -9,6 +9,11 @@
#import <AppKit/AppKit.h>
 
#define kValidModesForFontPanel (NSFontPanelFaceModeMask | NSFontPanelSizeModeMask | NSFontPanelCollectionModeMask)
#if !defined(__MAC_10_13)
#define NSFontPanelModeMask NSUInteger
#endif
@interface iTermFontPanel : NSFontPanel
 
+ (void)makeDefault;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment