winit icon indicating copy to clipboard operation
winit copied to clipboard

fixed window transparency

Open mgalos999 opened this issue 3 years ago • 5 comments

fixes https://github.com/rust-windowing/winit/issues/2502

mgalos999 avatar Sep 23 '22 15:09 mgalos999

This seems to make borderless, transparent windows invisible for me. (Using winit v0.28.6 as a base)

stefnotch avatar Aug 25 '23 13:08 stefnotch

This seems to make borderless, transparent windows invisible for me. (Using winit v0.28.6 as a base)

Is that not the expected behaviour for a transparent window?

TeamDman avatar Jan 09 '24 19:01 TeamDman

can confirm it makes everything transparent, not just the parts that should be transparent lol

(used cargo patch to try this PR in my project, the main window should be where the outline is but it is entirely invisible)

image

TeamDman avatar Jan 09 '24 19:01 TeamDman

is there any issues with this pr ? looking forward to that working.

danielnehrig avatar Feb 28 '24 13:02 danielnehrig