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
38971c41
Commit
38971c41
authored
Oct 26, 1994
by
Richard M. Stallman
Browse files
(set_frame_size): Set app_shell and wmshell the same.
parent
0a44133e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/widget.c
src/widget.c
+2
-2
No files found.
src/widget.c
View file @
38971c41
...
...
@@ -306,10 +306,10 @@ set_frame_size (ew)
int
flags
=
0
;
Widget
wmshell
=
get_wm_shell
((
Widget
)
ew
);
Widget
app_shell
=
XtParent
((
Widget
)
wmshell
);
/* Each Emacs shell is now independent and top-level. */
Widget
app_shell
=
wmshell
;
if
(
!
XtIsSubclass
(
wmshell
,
shellWidgetClass
))
abort
();
if
(
!
XtIsSubclass
(
app_shell
,
shellWidgetClass
))
abort
();
/* We don't need this for the momment. The geometry is computed in
xfns.c. */
...
...
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