Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replacing _window with self.window in PangolinNSGLView.mm #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 2, 2021

  1. replacing _window with self.window

    compile under macOS Big Sur with Xcode 12 cause the following error:
    
    ```
          'wantsBestResolutionOpenGLSurface' has been explicitly marked deprecated here
    PangolinNSGLView.mm:75:55: error: use of undeclared identifier '_window'
        if ( [self wantsBestResolutionOpenGLSurface] && [ _window respondsToSelector:@selector(backingScaleFactor) ] )
                                                          ^
    PangolinNSGLView.mm:76:26: error: use of undeclared identifier '_window'
            backing_scale = [_window backingScaleFactor];
                             ^
    ```
    keefo committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    adc3f03 View commit details
    Browse the repository at this point in the history