Closed wiless closed 8 years ago
You need to run a compositor to get a transparent window. It's totally out of scope for this package.
I have a question related to this issue, I made Wingo accept png images (that get converted to xpm or whatever with xwindow) as window decorations, I want to use this to get a rounded corner effect, however, the alpha pixels show up as black instead of transparent, and yes, I am running a compositor. Do you know what causes this?
@onodera-punpun Sorry, I don't. I wouldn't necessarily count on the transparency in png to translate to the X image format in such a way that a compositor would handle it correctly.
How do I create a transparent child window ?
This is how I create a child window under a root window
Is it something to do with the valuemasks
xproto.CwBackPixel
?Any pointer will be very helpful. Thanks.