source/src/video/cocoa/SDL_cocoametalview.h
@@ -39,16 +39,16 @@ #define METALVIEW_TAG 255 @interface SDL_cocoametalview : NSView { NSInteger _tag; } @interface SDL_cocoametalview : NSView - (instancetype)initWithFrame:(NSRect)frame scale:(CGFloat)scale; highDPI:(BOOL)highDPI; /* Override superclass tag so this class can set it. */ @property (assign, readonly) NSInteger tag; @property (nonatomic) BOOL highDPI; @end SDL_cocoametalview* Cocoa_Mtl_AddMetalView(SDL_Window* window);