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
e4e59717
Commit
e4e59717
authored
Jun 10, 1996
by
Richard M. Stallman
Browse files
Whitespace and #if 0 code changes.
parent
6ba86f37
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/window.c
src/window.c
+3
-3
No files found.
src/window.c
View file @
e4e59717
...
...
@@ -3086,7 +3086,7 @@ by `current-window-configuration' (which see).")
if
(
XFASTINT
(
data
->
frame_height
)
!=
previous_frame_height
||
XFASTINT
(
data
->
frame_width
)
!=
previous_frame_width
)
change_frame_size
(
f
,
data
->
frame_height
,
data
->
frame_width
,
0
,
0
);
#if defined(HAVE_WINDOW_SYSTEM) || (defined(MSDOS) && defined(MULTI_FRAME))
#if defined
(HAVE_WINDOW_SYSTEM) || (defined
(MSDOS) && defined
(MULTI_FRAME))
if
(
XFASTINT
(
data
->
frame_menu_bar_lines
)
!=
previous_frame_menu_bar_lines
)
x_set_menu_bar_lines
(
f
,
data
->
frame_menu_bar_lines
,
0
);
...
...
@@ -3224,7 +3224,7 @@ by `current-window-configuration' (which see).")
#if 0 /* I don't understand why this is needed, and it causes problems
when the frame's old selected window has been deleted. */
#ifdef MULTI_FRAME
if (f != selected_frame &&
!
FRAME_
TERMCAP_P (f) && ! FRAME_MS
DO
S
_P (f))
if (f != selected_frame && FRAME_
WIN
DO
W
_P (f))
do_switch_frame (WINDOW_FRAME (XWINDOW (data->root_window)),
Qnil, 0);
#endif
...
...
@@ -3235,7 +3235,7 @@ by `current-window-configuration' (which see).")
||
previous_frame_width
!=
FRAME_WIDTH
(
f
))
change_frame_size
(
f
,
previous_frame_height
,
previous_frame_width
,
0
,
0
);
#if defined(HAVE_WINDOW_SYSTEM) || (defined(MSDOS) && defined(MULTI_FRAME))
#if defined
(HAVE_WINDOW_SYSTEM) || (defined
(MSDOS) && defined
(MULTI_FRAME))
if
(
previous_frame_menu_bar_lines
!=
FRAME_MENU_BAR_LINES
(
f
))
x_set_menu_bar_lines
(
f
,
previous_frame_menu_bar_lines
,
0
);
#endif
...
...
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