Mac and Linux SDL2 binary snapshots
Edward Rudd
2019-04-09 9cd2e9ec8fc0127393dfce9c0359d500c8c238be
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);