-
Notifications
You must be signed in to change notification settings - Fork 180
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
Update to build against wlroots 0.17.x #2024
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Closed
ammen99
force-pushed
the
track-wlroots
branch
from
November 23, 2023 20:09
33b165c
to
37b747e
Compare
Yet to do (I'll be working on this in the next few days):
|
To reflect new wlroots release.
wlroots does this for us
wlroots 0.17 has a bug, but it is supposed to work.
ammen99
force-pushed
the
track-wlroots
branch
from
November 24, 2023 21:31
553cdc4
to
27c6715
Compare
ammen99
reviewed
Nov 25, 2023
ammen99
approved these changes
Nov 25, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to go now, thanks!
bob-beck
pushed a commit
to openbsd/ports
that referenced
this pull request
Dec 21, 2023
Wayfire is a wayland compositor based on wlroots. It aims to create a customizable, extendable and lightweight environment without sacrificing its appearance. package a github commit including the wlroots 0.17 support from WayfireWM/wayfire#2024 ship a 'startwayfire.sh' startup script copied from wayland/sway www: https://wayfire.org/ with tweaks/feedback from volker@ ok volker@ matthieu@
ammen99
added a commit
that referenced
this pull request
Mar 13, 2024
* Update to build against wlroots 0.17.x * core: use existing idle-inhibit framework * render-manager: refactor new painting algorithm * cube: damage in the proper place and time * api: bump API/ABI version To reflect new wlroots release. * xdg-toplevel: adapt for wlroots !4409 * render-manager: adapt for wlroots !4067 * use wlr_output_state_init (wlroots !4227) * xcursor: do not load themes manually wlroots does this for us * output-layout: remove unnecessary loop to find output * output-layout: reenable disabling wayland outputs wlroots 0.17 has a bug, but it is supposed to work. * a few more smaller fixes to render-manager * render-manager: rename output-damage to swapchain-damage-manager * render-manager: add handling for gamma (wlroots !4046) * Mention new wlroots dependencies in the README * s/input_inhibit_changed_signal/idle_inhibit_changed_signal/ * keyboard: Drop session null check --------- Co-authored-by: Ilia Bozhinov <ammen99@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #1781