emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: master 1555453694: Implement `alpha-background' on non-Cairo builds


From: Po Lu
Subject: Re: master 1555453694: Implement `alpha-background' on non-Cairo builds
Date: Tue, 01 Feb 2022 13:20:35 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.60 (gnu/linux)

Jose A Ortega Ruiz <jao@gnu.org> writes:

> let me add that i just tried with emacs compiled with lucid and there
> alpha-background works well with exwm and picom

That shouldn't be possible, since it's disabled on Emacs builds with Xt,
as Xt doesn't really know what to do with a 32-bit visual.  (i.e. Xt
will crash and lwlib will "accidentally" draw things with the alpha
channel set to zero.)

Please evaluate (x-display-planes) in that Emacs build and tell me what
it returns.  Or perhaps you used the old `alpha' frame parameter, which
does work on Xt builds, but also changes the opacity of the foreground
text?

Thanks.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]