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
231108d0
Commit
231108d0
authored
Mar 28, 1996
by
Richard M. Stallman
Browse files
(EmacsFrameResize): We may be called from an interrupt,
so delay the resize operation.
parent
7426ce61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/widget.c
src/widget.c
+1
-1
No files found.
src/widget.c
View file @
231108d0
...
...
@@ -781,7 +781,7 @@ EmacsFrameResize (widget)
int
rows
;
pixel_to_char_size
(
ew
,
ew
->
core
.
width
,
ew
->
core
.
height
,
&
columns
,
&
rows
);
change_frame_size
(
f
,
rows
,
columns
,
1
,
0
);
change_frame_size
(
f
,
rows
,
columns
,
0
,
1
);
update_wm_hints
(
ew
);
update_various_frame_slots
(
ew
);
}
...
...
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