OSX: fix cursor visibility for sharing service

This commit is contained in:
2019-03-11 19:38:56 +01:00
parent 5bef9c7286
commit de376d0a56
2 changed files with 43 additions and 5 deletions

View File

@@ -18,6 +18,7 @@
bool gl_ready;
bool cursor_visible;
bool cursor_inside;
bool cursor_ignore;
NSTrackingArea* trackingArea;
@public NSString* file2open;
}