Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4e179b19
Commit
4e179b19
authored
Jun 29, 2008
by
Jason Rumney
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_set_frame_alpha): Fix logic.
parent
a4521b03
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/w32term.c
src/w32term.c
+1
-1
No files found.
src/w32term.c
View file @
4e179b19
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment