Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
cbe24f60
Commit
cbe24f60
authored
Nov 22, 1995
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(XTframe_up_to_date): Block and unblock input.
parent
2ed027ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
src/xterm.c
src/xterm.c
+2
-0
No files found.
src/xterm.c
View file @
cbe24f60
...
...
@@ -394,6 +394,7 @@ static
XTframe_up_to_date
(
f
)
FRAME_PTR
f
;
{
BLOCK_INPUT
;
if
(
FRAME_X_DISPLAY_INFO
(
f
)
->
mouse_face_deferred_gc
||
f
==
FRAME_X_DISPLAY_INFO
(
f
)
->
mouse_face_mouse_frame
)
{
...
...
@@ -402,6 +403,7 @@ XTframe_up_to_date (f)
FRAME_X_DISPLAY_INFO
(
f
)
->
mouse_face_mouse_y
);
FRAME_X_DISPLAY_INFO
(
f
)
->
mouse_face_deferred_gc
=
0
;
}
UNBLOCK_INPUT
;
}
/* External interface to control of standout mode.
...
...
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