On Wed, 12 Mar 2014 11:21:46 +0100
Daniel Stone wrote:
> Hi,
>
> On 11 March 2014 14:30, Pekka Paalanen wrote:
> > On X11 you are probably used to getting an opaque window, no matter
> > what values you write to the alpha channel. On Wayland, the alpha
> > channel is actually used by the server
Hi,
On 11 March 2014 14:30, Pekka Paalanen wrote:
> On X11 you are probably used to getting an opaque window, no matter
> what values you write to the alpha channel. On Wayland, the alpha
> channel is actually used by the server to blend your window to the rest
> of the desktop, always.
... alwa
list
Subject: Re: Wayland window transparency
On Tue, 11 Mar 2014 14:50:51 +0200
Giulio Camuffo wrote:
> Hi Neal,
>
> You don't need to use any Wayland or Weston specific thing. Wayland
> compositor just use buffers you provide to them as you provide them,
> so if you want the
On Tue, 11 Mar 2014 14:50:51 +0200
Giulio Camuffo wrote:
> Hi Neal,
>
> You don't need to use any Wayland or Weston specific thing. Wayland
> compositor just use buffers you provide to them as you provide them,
> so if you want the buffer to be opaque give Wayland an opaque buffer.
> Either use
Hi Neal,
You don't need to use any Wayland or Weston specific thing. Wayland
compositor just use buffers you provide to them as you provide them,
so if you want the buffer to be opaque give Wayland an opaque buffer.
Either use one without an alpha channel or clear the whole buffer with
an opaque c