mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
(x_set_frame_alpha): Fix logic.
This commit is contained in:
parent
a4521b0326
commit
4e179b1957
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@ x_set_frame_alpha (f)
|
|||
ex_style = GetWindowLong (window, GWL_EXSTYLE);
|
||||
|
||||
if (opac == OPAQUE_FRAME)
|
||||
ex_style ^= WS_EX_LAYERED;
|
||||
ex_style &= ~WS_EX_LAYERED;
|
||||
else
|
||||
ex_style |= WS_EX_LAYERED;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue