smithay icon indicating copy to clipboard operation
smithay copied to clipboard

WIP winit: Call `create_window` in `resumed`; not deprecated way

Open ids1024 opened this issue 1 year ago • 0 comments

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 avatar Aug 26 '24 18:08 ids1024