Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 Windows 7 上的 Cygwin/X 上运行一个使用 RGBA 的具有任意形状透明区域的 X11 程序(以便这些区域下方的任何内容都显示出来)。
这可能吗?如果是这样,它是有效的,即透明度以某种方式(或以其他方式)映射到 Windows 对不透明度或透明度键的类似支持?
是的,这是可能的。
您可能希望查看非常实验性的XtoW合成 WM。
这是“高效”的,因为带有 alpha 通道的 X 窗口图像被简单地绘制到本机窗口中。