Skip to content

Low DPI and wrong resolution in Mac OS X High Sierra. #53

Open
@maeln

Description

@maeln

I cloned and compiled Bonzomatic on my Mac OS X 10.13.3 and I noticed two bug:

  • GLFW seem to use the wrong DPI (the title bar is very blurry).
  • The resolution is wrong. A small resolution will end up creating a much bigger window.

Here is a screenshot.
I selected a resolution of 1440x900 which is much smaller than my mac resolution (2 880x1 800, 220dpi) and the window is bigger than my screen.

It seem to be related with this GLFW issue.
I tried to manually add :

<key>NSHighResolutionCapable</key>
<true/>

to the Info.plist of the App but the option "Open in low resolution" is still locked to true.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions