emoon / rust_minifb

Cross platfrom window and framebuffer crate for Rust
MIT License
1.01k stars 97 forks source link

Compatibility of transparency and borderless #240

Open jaxter184 opened 3 years ago

jaxter184 commented 3 years ago

It seems like windows don't need to be transparent to also be borderless on my setup, what's the origin of this requirement? This comment is the only discussion I could find about this.

In particular, this block can be commented out, and everything still seems to render properly. My window manager doesn't have very extravagant border decorations, maybe that's a factor?

Related issue: #133

Specs: OS: Arch Linux x86_64 Kernel: 5.11.1-arch1-1 WM: sway GPU: AMD ATI Radeon RX 470/480/570/570X/580/580X/590

emoon commented 3 years ago

As this was a PR accepted from @nifker and @cole-h maybe they have some more info about it, as this isn't something I use myself.