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 git #1515

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft

WIP winit git #1515

wants to merge 2 commits into from

Commits on Aug 26, 2024

  1. WIP winit: Call create_window in resumed; not deprecated way

    `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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    40066d2 View commit details
    Browse the repository at this point in the history
  2. WIP winit git

    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 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d92a9ee View commit details
    Browse the repository at this point in the history