cleanup osx code

This commit is contained in:
2019-07-12 22:02:45 +02:00
parent 6e97a29058
commit 0f208ced60
2 changed files with 4 additions and 25 deletions

View File

@@ -13,13 +13,10 @@
{
@public Window* wnd;
NSOpenGLContext* glctx;
_CGLContextObject* cgl;
bool gl_ready;
bool cursor_visible;
bool cursor_inside;
bool cursor_ignore;
NSTrackingArea* trackingArea;
@public NSString* file2open;
}
- (void)close;
- (void)terminateGL;