You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use minifb::{Window,WindowOptions};fnmain(){letmut window = Window::new("test",640,320,WindowOptions{borderless:false,
..WindowOptions::default()}).expect("failed to open window");while window.is_open(){
window.update();}}
executing this code opens a borderless window, in the terminal I get the warning: Failed to create server-side surface decoration: Missing
The text was updated successfully, but these errors were encountered:
I haven't used WSL2, but is it running under Wayland? Then it might be the same issue as this #273
The TL;DR is that I have lots of Wayland issues and the problem is that all of those changes has been contribs to the library, but no update has been done in this area to fix the issues. I will have to take a stab it myself at some point when I have time.
minifb: 0.25.0
rustc: 1.73.0-beta.1
wsl2 ubuntu
minimal code example:
executing this code opens a borderless window, in the terminal I get the warning: Failed to create server-side surface decoration: Missing
The text was updated successfully, but these errors were encountered: