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
e8d0501f
Commit
e8d0501f
authored
Jun 02, 1997
by
Richard M. Stallman
Browse files
(Fx_create_frame): Use XINT to access parent.
parent
e704cb4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/xfns.c
src/xfns.c
+1
-1
No files found.
src/xfns.c
View file @
e8d0501f
...
...
@@ -3232,7 +3232,7 @@ This function is an internal primitive--use `make-frame' instead.")
if
(
!
NILP
(
parent
))
{
f
->
output_data
.
x
->
parent_desc
=
parent
;
f
->
output_data
.
x
->
parent_desc
=
(
Window
)
XINT
(
parent
)
;
f
->
output_data
.
x
->
explicit_parent
=
1
;
}
else
...
...
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