We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Transparency is not working properly on Linux, X11 with winit window.
examples/transparent.rs
examples/winit.rs
Steps To Reproduce Add transparency to example/winit.rs and notice that you are getting black background instead of transparent one.
example/winit.rs
Expected behavior Transparency should work.
Screenshots Linux:
MacOS:
Platform and Versions (please complete the following information): OS: Manjaro 24.0.4 Rustc: rustc 1.79.0
Additional context This is my version of modified example/winit: git@github.com:PawelBis/wry.git
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Transparency is not working properly on Linux, X11 with winit window.
examples/transparent.rs
works just fine.examples/winit.rs
with transparency added doesn't work properlySteps To Reproduce
Add transparency to
example/winit.rs
and notice that you are getting black background instead of transparent one.Expected behavior
Transparency should work.
Screenshots
Linux:
MacOS:
Platform and Versions (please complete the following information):
OS: Manjaro 24.0.4
Rustc: rustc 1.79.0
Additional context
This is my version of modified example/winit: git@github.com:PawelBis/wry.git
The text was updated successfully, but these errors were encountered: