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

Scaled retina screen failing to initialize #25

Open
stephenaa opened this issue May 28, 2023 · 0 comments
Open

Scaled retina screen failing to initialize #25

stephenaa opened this issue May 28, 2023 · 0 comments

Comments

@stephenaa
Copy link

The check in CreateWindowPane() for the requested window being showable fails for me when running in a scaled window resolution (MacBook Pro,M1 13"). When my screen resolution is set to 1440x900, GLUT_SCREEN_WIDTHxGLUT_SCREEN_HEIGHT is 1440, 900 - and vWindowSize is {1024,960}.

The check therefore fails, due to the height being larger than the screen's resolution.

I am using a olcPixelEngine scaling of 4,4 - using lower scaling works.

Did anyone else meet and address this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant