Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d7a803df
Commit
d7a803df
authored
Dec 06, 1992
by
Jim Blandy
Browse files
* xfns.c (Fx_create_frame): Initialize f->async_visible too.
parent
d724d989
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/xfns.c
src/xfns.c
+2
-1
No files found.
src/xfns.c
View file @
d7a803df
...
...
@@ -2262,7 +2262,8 @@ be shared by the new frame.")
/
FONT_WIDTH
(
f
->
display
.
x
->
font
);
f
->
display
.
x
->
left_pos
=
wininfo
.
x
;
f
->
display
.
x
->
top_pos
=
wininfo
.
y
;
f
->
visible
=
wininfo
.
mapped
!=
0
;
f
->
async_visible
=
wininfo
.
mapped
!=
0
;
f
->
visible
=
f
->
async_visible
;
f
->
display
.
x
->
border_width
=
wininfo
.
bdrwidth
;
f
->
display
.
x
->
parent_desc
=
parent
;
}
...
...
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