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

Upgrade winit backend to 0.17 #102

Merged
merged 3 commits into from Sep 30, 2018
Merged

Upgrade winit backend to 0.17 #102

merged 3 commits into from Sep 30, 2018

Conversation

trimental
Copy link
Contributor

This PR upgrades the winit backend to 0.17. I couldn't test this in detail since I can't open applications in anvil because of an error about seat manager support but I would assume none of these changes would have much affect.

@elinorbgr
Copy link
Member

seat manager support

If is about data device manager? Smithay does not support it yet, while it's in the core protocol.

weston-terminal should work in anvil, though.

if let Window::Wayland { ref surface, .. } = **window {
surface.resize(w as i32, h as i32, 0, 0);
surface.resize(size.width as i32, size.height as i32, 0, 0);
Copy link
Member

Choose a reason for hiding this comment

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

This should be a PhysicalSize given as argument to resize the egl surface

@elinorbgr
Copy link
Member

For the record, this looks good. I just want to sort #101 before merging it. 👍

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

Successfully merging this pull request may close these issues.

None yet

2 participants