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

Fix fullscreen crash & build break #7437

Closed
wants to merge 1 commit into from

Conversation

BBaoVanC
Copy link

@BBaoVanC BBaoVanC commented Feb 7, 2023

Fixes #7436

Copy link

@deprecated-dot deprecated-dot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch fixes the build breakage.

Edit: patch also fixes fullscreen crashes. All I tested was youtube in qutebrowser, previously it would crash to prompt immediately upon toggling fullscreen, but now it works as it should.

@emersion
Copy link
Member

emersion commented Feb 7, 2023

A new API was introduced in wlroots!3933: wlr_linux_dmabuf_feedback_v1_init_with_options(). Can we use this instead of manually building the array? This should simplify significantly the code here.

@emersion
Copy link
Member

emersion commented Feb 7, 2023

I've done this in #7440.

@emersion
Copy link
Member

emersion commented Feb 7, 2023

Thanks for submitting a patch anyways @BBaoVanC!

@BBaoVanC BBaoVanC deleted the fix-fullscreen-crash branch February 7, 2023 21:51
@BBaoVanC
Copy link
Author

BBaoVanC commented Feb 7, 2023

I've done this in #7440.

👍 Looks like it works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Build break
3 participants