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

WIP winit: Call create_window in resumed; not deprecated way #1514

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ids1024
Copy link
Member

@ids1024 ids1024 commented Aug 26, 2024

EventLoop::create_window() is removed in winit git, so it seems we'll need to change this eventually.

This isn't that hard to update in Smithay, but in the compositor it's a bit awkward to not have a window / EGL context / renderer until an event is sent from the backend...

ids1024 added a commit to ids1024/smithay that referenced this pull request Aug 26, 2024
I wanted to see how the changes in Winit git would work here. So of
course this depends on that being released.

Depends on Smithay#1514. It doesn't seem
to pose a particular challenge beyond that. Updating compositors for
that change will be needed to test this...
@ids1024 ids1024 mentioned this pull request Aug 26, 2024
`EventLoop::create_window()` is removed in winit git, so it seems we'll
need to change this eventually.

This isn't that hard to update in Smithay, but in the compositor it's a
bit awkward to not have a window / EGL context / renderer until an event
is sent from the backend...
@ids1024 ids1024 force-pushed the winit-create-window branch from 40066d2 to 9af960d Compare January 10, 2025 16:47
ids1024 added a commit to ids1024/smithay that referenced this pull request Jan 10, 2025
I wanted to see how the changes in Winit git would work here. So of
course this depends on that being released.

Depends on Smithay#1514. It doesn't seem
to pose a particular challenge beyond that. Updating compositors for
that change will be needed to test this...

Anvil changes broken in rebase; needs update...
ids1024 added a commit to ids1024/smithay that referenced this pull request Jan 10, 2025
I wanted to see how the changes in Winit git would work here. So of
course this depends on that being released.

Depends on Smithay#1514. It doesn't seem
to pose a particular challenge beyond that. Updating compositors for
that change will be needed to test this...

Anvil changes broken in rebase; needs update...
ids1024 added a commit to ids1024/smithay that referenced this pull request Jan 10, 2025
I wanted to see how the changes in Winit git would work here. So of
course this depends on that being released.

Depends on Smithay#1514. It doesn't seem
to pose a particular challenge beyond that. Updating compositors for
that change will be needed to test this...
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.

1 participant