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

Conversation

ThomasAdam
Copy link
Member

Now that RandR is mandatory in Fvwm3, remove the HAVE_XRANDR guards, as well
as FScreenIsEnabled() function from libfvwm3, as they're no longer required.

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.
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 ThomasAdam added this to the 1.0.3 milestone Jan 20, 2021
@ThomasAdam ThomasAdam self-assigned this Jan 20, 2021
@ThomasAdam ThomasAdam added the area:build Relates to compiling/buildsystem of fvwm label Jan 20, 2021
@ThomasAdam ThomasAdam merged commit 427bbf3 into master Jan 20, 2021
@ThomasAdam ThomasAdam deleted the ta/remove-have-xrandr branch January 20, 2021 12:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:build Relates to compiling/buildsystem of fvwm
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant