diff --git a/src/video/uikit/SDL_uikitmodes.h b/src/video/uikit/SDL_uikitmodes.h index cab81854b..31054755b 100644 --- a/src/video/uikit/SDL_uikitmodes.h +++ b/src/video/uikit/SDL_uikitmodes.h @@ -27,7 +27,7 @@ @interface SDL_DisplayData : NSObject -- (instancetype)init; +- (instancetype)initWithScreen:(UIScreen*)screen; @property (nonatomic, strong) UIScreen *uiscreen; @property (nonatomic) float screenDPI;