update tracking area on OSX when resizing view

This commit is contained in:
2019-03-11 17:27:00 +01:00
parent fda399f7dd
commit c111495cae
3 changed files with 22 additions and 10 deletions

View File

@@ -17,6 +17,7 @@
_CGLContextObject* cgl;
bool gl_ready;
bool cursor_visible;
NSTrackingArea* trackingArea;
@public NSString* file2open;
}
- (void)close;