-
Notifications
You must be signed in to change notification settings - Fork 15
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
Chase wlroots master branch up to a289f81 #129
base: main
Are you sure you want to change the base?
Conversation
2fd7642
to
4367aa9
Compare
…o take coordinate pointers
wlroots master but not 0.17 workflows run fine. I suspect because of What was the purpose of that? the main code and the tinywl work fine so i think it's just a bit of fiddling in |
The |
Rather than following the wlroots' devs changelog of changes that could break compositors, I'm instead taking the approach of chasing their master branch in our
wlroots-next
branch.I accidentally pushed to this repo rather than my fork's
wlroots-next
branch, but to get the code review without force pushing over that history I figured I'd raise this PR against main but instead of merging we can close it and continue working on this branch. Then I'll raise future PRs against this branch to update in step with wlroots.The commit history matches the order of wlroots' git history so linking commits here with wlroots commits is straight forward. Commit messages are in the form of
(wlroots <wlroots commit hash>) <original wlroots commit message>
if they do correspond to wlroots commits.The changes so far catch up to wlroots master as of writing so it's a big batch (sorry!) but obviously future updates will be more incremental.