This commit is contained in:
Isaac
2025-06-21 12:17:20 +02:00
parent 484de3829d
commit 3ec622d2ee
18 changed files with 77 additions and 19 deletions

View File

@@ -19,6 +19,9 @@
#import <LegacyComponents/LegacyComponents.h>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
typedef enum {
Inch35 = 0,
Inch4 = 1,
@@ -316,7 +319,6 @@ typedef enum {
if ([EAGLContext currentContext] == _glkView.context)
[EAGLContext setCurrentContext:nil];
_glkView.context = nil;
_context = nil;
[_glkView removeFromSuperview];
_glkView = nil;
@@ -767,3 +769,5 @@ NSInteger _current_page_end;
}
@end
#pragma clang diagnostic pop