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

interpret "subpixel none" as CAIRO_ANTIALIAS_GRAY #5239

Merged
merged 1 commit into from
Apr 20, 2020

Commits on Apr 20, 2020

  1. interpret "subpixel none" as CAIRO_ANTIALIAS_GRAY

    See issue swaywm#5228. Currently, WL_OUTPUT_SUBPIXEL_NONE is ignored and
    CAIRO_ANTIALIAS_SUBPIXEL is still set. This commit checks if subpixel is
    set to none and if so, calls set_antialias with CAIRO_ANTIALIAS_GRAY.
    This mirrors the functionality in Mako's
    [PR261](emersion/mako#261)
    imyxh committed Apr 20, 2020
    Configuration menu
    Copy the full SHA
    ee59645 View commit details
    Browse the repository at this point in the history