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

X11: Convert window geometry from pixels to points #198

Closed
wants to merge 1 commit into from

Commits on Jun 18, 2017

  1. X11: Convert window geometry from pixels to points

    XGetGeometry returns geometry in pixels. Callers of get_geometry expect
    results in points (ie. pixels / hidpi_factor). Prior to this change,
    get_geometry returned its results in pixels. This resulted in
    get_inner_size_pixels returning incorrect sizes when a hidpi factor
    other than 1 was used.
    gridbugs committed Jun 18, 2017
    Configuration menu
    Copy the full SHA
    748b101 View commit details
    Browse the repository at this point in the history