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
cbb95688
Commit
cbb95688
authored
Apr 26, 1996
by
Richard M. Stallman
Browse files
Include blockinput.h.
(change_frame_size_1): Block input around the real work.
parent
6c05ef1e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/dispnew.c
src/dispnew.c
+2
-2
No files found.
src/dispnew.c
View file @
cbb95688
...
...
@@ -2130,8 +2130,6 @@ change_frame_size_1 (frame, newheight, newwidth, pretend, delay)
return
;
}
BLOCK_INPUT
;
/* This size-change overrides any pending one for this frame. */
FRAME_NEW_HEIGHT
(
frame
)
=
0
;
FRAME_NEW_WIDTH
(
frame
)
=
0
;
...
...
@@ -2148,6 +2146,8 @@ change_frame_size_1 (frame, newheight, newwidth, pretend, delay)
&&
newwidth
==
FRAME_WIDTH
(
frame
))
return
;
BLOCK_INPUT
;
#ifdef MSDOS
/* We only can set screen dimensions to certain values supported
by our video hardware. Try to find the smallest size greater
...
...
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