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

Problems with wayland feature enabled. #546

Open
Anderson0xFF opened this issue Jul 13, 2023 · 2 comments
Open

Problems with wayland feature enabled. #546

Anderson0xFF opened this issue Jul 13, 2023 · 2 comments

Comments

@Anderson0xFF
Copy link

I'm trying to use the wayland feature, but the window has problems. It keeps blinking constantly, and when trying to resize it gets out of control and keeps changing size. Even to move present problems.

image

@bohdloss
Copy link
Contributor

Heya, can you provide steps to reproduce this? System info, GPU vendor, the code you wrote to achieve this and such. Also have you tried doing the same with the C GLFW library? This is just a rust wrapper around the original C library so it might be worth testing if the behaviour is the same, and if it is you should report the problem to the github of the C version of GLFW because it means it's outside our control

@organizedgrime
Copy link

almost positive that this was recently fixed by changes over on glfw:
[Wayland] Bugfix: The fractional scaling related objects were not destroyed in changes since 3.4.
If I'm right, updating the bin in glfw-sys and creating a simple WindowHint::ScaleFrameBuffer enum type in this crate would solve this issue

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

No branches or pull requests

3 participants