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

Deprecate HAVE_XRandR/FScreenIsEnabled() #410

Merged
merged 2 commits into from
Jan 20, 2021
Merged

Commits on Jan 20, 2021

  1. HAVE_XRANDR: remove macro as randr is mandatory

    Because support in X11 Xorg is prevalent for the RandR protocol, fvwm3
    has mandated for some time that RandR is a required dependency, and not
    optional.
    
    Thus, remove surrounding guards for '#ifdef HAVE_XRANDR' as they're no
    longer needed.
    ThomasAdam committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    66b4db3 View commit details
    Browse the repository at this point in the history
  2. Deprecate FScreenIsEnabled()

    In fvwm2, Xinerama support was optional, and as such, fvwmlib had to
    predicate against that by callers using FScreenIsEnabled().  However,
    since RandR support is now mandatory, this function is no longer
    required.
    ThomasAdam committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    9ee7bd5 View commit details
    Browse the repository at this point in the history